Skip to content

Commit

Permalink
Fix prettier-check issues on master
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Dec 6, 2021
1 parent a59a180 commit 15a2d61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ out

# We don't maintain these files
src/api/status/public/assets
src/web/public/sw*
src/web/public/workbox*
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"proseWrap": "preserve",
"quoteProps": "as-needed",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"start": "node src/backend",
"server": "node src/backend/web/server",
"test-ci": "run-s prettier-check test",
"pre-commit": "pretty-quick --staged && npm run lint",
"pre-commit": "pretty-quick --staged",
"postversion": "git push upstream master --tags",
"services:start": "node bin/services-start.js --",
"services:stop": "node bin/services-stop.js",
Expand Down

0 comments on commit 15a2d61

Please sign in to comment.