Skip to content

Commit

Permalink
build(npm): disable --fix from eslint (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Nov 28, 2023
1 parent fbef859 commit 5c5f336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preview": "vite preview",
"test": "vitest",
"test_single_run": "vitest run",
"lint": "eslint . --ext .js,.ts,.vue,.json --fix --ignore-path .gitignore",
"lint": "eslint . --ext .js,.ts,.vue,.json --ignore-path .gitignore",
"hint": "tsc --project tsconfig.dev.json",
"format": "prettier . --write",
"prepare": "husky install"
Expand Down

0 comments on commit 5c5f336

Please sign in to comment.