Skip to content

Commit

Permalink
chore: make husky opt-in (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlnf authored Apr 17, 2024
1 parent 86cfde8 commit ef9e70f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "eslint --cache --cache-location .cache/eslint --cache-strategy content --color --ignore-path .gitignore --max-warnings 0 \"**/*.{cjs,js,mjs}\"",
"lint:scss": "stylelint --cache --cache-location .cache/stylelint --cache-strategy content --color --ignore-path .gitignore --max-warnings 0 \"{app,src}/**/*.scss\"",
"prepare": "husky install",
"husky:install": "husky install",
"husky:uninstall": "git config --unset core.hooksPath",
"format": "prettier --write \"src/**/*.{js,json,css,scss,html,md}\"",
"format:check": "prettier --check \"src/**/*.{js,json,css,scss,html,md}\""
},
Expand Down

0 comments on commit ef9e70f

Please sign in to comment.