Skip to content

Commit

Permalink
Run prettier on entire project & enforce in CI (#1880)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored May 17, 2024
1 parent dfc5472 commit cc671df
Show file tree
Hide file tree
Showing 98 changed files with 931 additions and 910 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Requesting a Feature or Improvement
description: For feature requests. Please search for existing issues first. Also see CONTRIBUTING.
title: '[FEATURE] <title>'
labels: [Feature, Needs Triage]
title: "[FEATURE] <title>"
labels: [Feature, Needs Triage]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README.md
*.md
*.mdx
packages/protobuf/src/generated/
packages/protobuf/src/generated/
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ publish:
ci: clean install build
$(info TSK: ci)
sh -c 'npm run test -- --ci || exit 255'
sh -c 'npm run prettier:check || exit 255'
Loading

0 comments on commit cc671df

Please sign in to comment.