Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

Commit

Permalink
fix: precommit script (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
hosonokotaro authored Feb 21, 2021
1 parent bea617a commit 064eb0a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@
"cypress:open": "cypress open",
"postinstall": "is-ci || husky install"
},
"lint-staged": {
"./**/*.{ts,tsx}": [
"eslint --fix",
"stylelint --fix",
"prettier --config .prettierrc --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"author": "",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 064eb0a

Please sign in to comment.