Skip to content

Commit

Permalink
fix: remove unnecessary flags from prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Oct 18, 2023
1 parent f4d8c69 commit 0d2a7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"test": "playwright test",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . '!{CODE_OF_CONDUCT.md,LICENSE.md}' && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"lint": "prettier --check . '!{CODE_OF_CONDUCT.md,LICENSE.md}' && eslint .",
"format": "prettier --write .",
"prepare": "npm run prebuild && npm run format",
"prebuild": "node utils/sortJSON.js && node --experimental-json-modules utils/compileReadme.js",
"awesome-lint": "awesome-lint"
Expand Down

0 comments on commit 0d2a7f7

Please sign in to comment.