Skip to content

Commit 2955016

Browse files
committed
remove pre-commit
1 parent 6993b40 commit 2955016

File tree

2 files changed

+1
-95
lines changed

2 files changed

+1
-95
lines changed

package-lock.json

-86
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,8 @@
99
"start": "next start",
1010
"deploy": "serverless",
1111
"lint": "tslint -c tslint.json -p tsconfig.json",
12-
"lint-fix": "tslint -c tslint.json -p tsconfig.json --fix",
13-
"lint-staged": "lint-staged",
12+
"lint-fix": "tslint -c tslint.json -p tsconfig.json --fix"
1413
},
15-
"lint-staged": {
16-
"./src/**/*.{ts,tsx,js,jsx}": [
17-
"tslint -c tslint.json -p tsconfig.json"
18-
]
19-
},
20-
"pre-commit": "lint-staged",
2114
"keywords": [
2215
"next.js",
2316
"react.js",
@@ -38,7 +31,6 @@
3831
"@types/node": "13.13.5",
3932
"@types/react": "16.9.35",
4033
"@types/react-dom": "16.9.8",
41-
"pre-commit": "1.2.2",
4234
"serverless-next.js": "1.12.0-alpha.5",
4335
"tslint": "6.1.2",
4436
"tslint-config-standard": "9.0.0",

0 commit comments

Comments
 (0)