Skip to content

Commit cc671df

Browse files
authored
Run prettier on entire project & enforce in CI (#1880)
1 parent dfc5472 commit cc671df

File tree

98 files changed

+931
-910
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+931
-910
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Requesting a Feature or Improvement
22
description: For feature requests. Please search for existing issues first. Also see CONTRIBUTING.
3-
title: '[FEATURE] <title>'
4-
labels: [Feature, Needs Triage]
3+
title: "[FEATURE] <title>"
4+
labels: [Feature, Needs Triage]
55
body:
66
- type: markdown
77
attributes:

.prettierignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
README.md
22
*.md
33
*.mdx
4-
packages/protobuf/src/generated/
4+
packages/protobuf/src/generated/

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ publish:
5050
ci: clean install build
5151
$(info TSK: ci)
5252
sh -c 'npm run test -- --ci || exit 255'
53+
sh -c 'npm run prettier:check || exit 255'

0 commit comments

Comments
 (0)