Skip to content

Commit

Permalink
remove useless prettier lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Dec 3, 2024
1 parent 64cf866 commit 68a38cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion web/massastation/.lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"*.{js,ts,jsx,tsx,json,cjs,css,html}": ["npm run prettier:fix"],
"*.{js,ts,jsx,tsx,json,cjs,html}": ["npm run lint:fix"]
}
6 changes: 2 additions & 4 deletions web/massastation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"fmt": "npm run prettier:fix && npm run lint:fix",
"fmt:check": "npm run prettier && npm run lint",
"fmt": "npm run lint:fix",
"fmt:check": "npm run lint",
"prepare": "cd ../.. && husky install web/massastation/.husky"
},
"dependencies": {
Expand Down

0 comments on commit 68a38cc

Please sign in to comment.