Skip to content
Snippets Groups Projects

NPM: Remove husky (pre-commit hooks) and lint-staged

Merged Haelwenn requested to merge remove-husky into develop
2 files
+ 8
370
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
9
@@ -11,15 +11,8 @@
"lint": "eslint --ext .js,.vue src",
"test": "jest",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"precommit": "lint-staged",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.json"
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"keywords": [
"vue",
"element-ui",
@@ -88,10 +81,8 @@
"hash-sum": "1.0.2",
"husky": "0.14.3",
"jest": "25.5.4",
"sass": "1.54.8",
Loading