Skip to content

Commit

Permalink
Remove Prettier CLI plugin arg no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Jul 26, 2024
1 parent 4dad041 commit 5107862
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 @@ -12,12 +12,12 @@
"build:watch": "vite build --watch",
"preview": "vite preview",
"prepublishOnly": "vite build",
"format": "prettier --plugin prettier-plugin-svelte --write .",
"format": "prettier --write .",
"check": "npm-run-all check:*",
"check:audit": "pnpm audit",
"check:cspell": "cspell --no-progress",
"check:svelte": "svelte-check",
"check:prettier": "prettier --check --plugin prettier-plugin-svelte .",
"check:prettier": "prettier --check .",
"check:eslint": "eslint .",
"check:stylelint": "stylelint '**/*.{css,scss,svelte}'",
"test": "vitest"
Expand Down

0 comments on commit 5107862

Please sign in to comment.