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 e650475
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default {
// Use double quotes almost always
singleQuote: false,
// Trailing commas where valid in ES5 (objects, arrays, etc.). Trailing
// commas in type parameters in TypeScript and Flow.
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 e650475

Please sign in to comment.