Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 5c3568b

Browse files
authored
Update package.json
1 parent 6cb566b commit 5c3568b

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

package.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,7 @@
1010
"postbuild": "",
1111
"prettier": "prettier --write '@(source)/{scss,js}/**/*.@(scss|css|js|json)'",
1212
"start": "webpack-dev-server --open"
13-
},
14-
"husky": {
15-
"hooks": {
16-
"pre-commit": "lint-staged && npm run test"
17-
}
18-
},
19-
"lint-staged": {
20-
"./*.{js}": [
21-
"prettier --write",
22-
"eslint --fix",
23-
"eslint"
24-
],
25-
"./*.{scss}": [
26-
"prettier --write",
27-
"stylelint"
28-
]
29-
},
13+
},
3014
"engines": {
3115
"node": "^10.16"
3216
},

0 commit comments

Comments
 (0)