Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 45e402e

Browse files
authored
Merge pull request #312 from mavame/feature/remove-husky
Removes husky
2 parents 4ae42c4 + 94fd9b0 commit 45e402e

File tree

2 files changed

+2
-254
lines changed

2 files changed

+2
-254
lines changed

package-lock.json

Lines changed: 0 additions & 243 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prestart": "npm install",
99
"build": "npm run prestart && gulp",
1010
"start": "gulp --dev",
11-
"test": "npm run build",
11+
"test": "eslint --fix . && npm run build",
1212
"lint": "eslint ."
1313
},
1414
"browserslist": [
@@ -58,7 +58,6 @@
5858
"gulp-rename": "^1.4.0",
5959
"gulp-sass": "^4.0.2",
6060
"gulp-sourcemaps": "^2.6.4",
61-
"husky": "^1.1.4",
6261
"minimist": "^1.2.0",
6362
"node-sass": "^4.10.0",
6463
"prettier": "1.15.2",
@@ -67,13 +66,5 @@
6766
"dependencies": {
6867
"@babel/polyfill": "^7.0.0"
6968
},
70-
"optionalDependencies": {},
71-
"husky": {
72-
"hooks": {
73-
"pre-commit": [
74-
"eslint --fix .",
75-
"git add ."
76-
]
77-
}
78-
}
69+
"optionalDependencies": {}
7970
}

0 commit comments

Comments
 (0)