Skip to content

Commit

Permalink
fix(website): revert eslint path change in package.json" (#3462)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored Dec 17, 2024
1 parent 77185a0 commit 701a19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check-format": "eslint --cache . && prettier --ignore-path \"../.gitignore\" --check \"./**/*.{ts,tsx,json,astro,cjs,mjs,css,scss}\"",
"format": "eslint --cache . --fix && npm run format-fast",
"check-format": "eslint --cache \"./**/*.{ts,tsx,astro}\" && prettier --ignore-path \"../.gitignore\" --check \"./**/*.{ts,tsx,json,astro,cjs,mjs,css,scss}\"",
"format": "eslint --cache \"./**/*.{ts,tsx,astro}\" --fix && npm run format-fast",
"format-fast": "prettier --ignore-path \"../.gitignore\" --write \"./**/*.{ts,tsx,json,astro,cjs,mjs,css,scss}\"",
"test": "vitest",
"test-fast": "vitest --bail=1",
Expand Down

0 comments on commit 701a19b

Please sign in to comment.