Skip to content

Commit

Permalink
Add Prettier to pipeline
Browse files Browse the repository at this point in the history
Even though it was already applying to every file on save in VS Code.
  • Loading branch information
caleb531 committed May 30, 2024
1 parent 9d50997 commit 2c22c5a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export default {
singleQuote: false,
trailingComma: 'es5'
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"eslint-config-prettier": "^9.1.0",
"glob": "^10.3.10",
"jquery": "^3.7.1",
"prettier": "^3.2.5",
"qunit": "^2.20.0",
"rollup": "^4.17.2",
"rollup-plugin-esbuild": "^6.1.1",
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c22c5a

Please sign in to comment.