Skip to content

Commit

Permalink
Merge pull request vue-leaflet#29 from vue-leaflet/add-husky-for-lint…
Browse files Browse the repository at this point in the history
…ing-on-pre-commit

chore: add husky for linting on commit
  • Loading branch information
DonNicoJs authored Oct 10, 2020
2 parents 725ede4 + 6bbb20c commit e930421
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 642 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,19 @@
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^7.0.0-0",
"husky": "^4.3.0",
"leaflet": "^1.6.0",
"prettier": "^2.0.5",
"rollup": "^2.8.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-vue": "^6.0.0-alpha.8",
"vue": "^3.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"eslintConfig": {
"root": true,
"env": {
Expand Down
Loading

0 comments on commit e930421

Please sign in to comment.