Skip to content

Commit

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

Please sign in to comment.