Skip to content

Commit

Permalink
feat(FOROME-349) add commit lint && stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-chernomortsev committed Jan 24, 2022
1 parent d097549 commit 4cf643f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,12 @@
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"simple-git-hooks": {
"pre-commit": "yarn lint-stage && yarn lint:fix",
"pre-push": "yarn lint && yarn stylelint",
"commit-msg": "yarn commitlint"
"husky": {
"hooks": {
"pre-commit": "yarn lint-stage && yarn lint:fix",
"pre-push": "yarn lint && yarn stylelint",
"commit-msg": "yarn commitlint"
}
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 4cf643f

Please sign in to comment.