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

Commit 064eb0a

Browse files
authored
fix: precommit script (#127)
1 parent bea617a commit 064eb0a

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,6 @@
1515
"cypress:open": "cypress open",
1616
"postinstall": "is-ci || husky install"
1717
},
18-
"lint-staged": {
19-
"./**/*.{ts,tsx}": [
20-
"eslint --fix",
21-
"stylelint --fix",
22-
"prettier --config .prettierrc --write"
23-
]
24-
},
25-
"husky": {
26-
"hooks": {
27-
"pre-commit": "lint-staged"
28-
}
29-
},
3018
"author": "",
3119
"license": "MIT",
3220
"devDependencies": {

0 commit comments

Comments
 (0)