Skip to content

Commit

Permalink
Fix husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Weis committed Jul 7, 2023
1 parent e324dcd commit ea09fe8
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 262 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
"devDependencies": {
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.0.0",
"husky": "^8.0.0",
"jest": "^29.2.1",
"linguist-languages": "^7.21.0"
"linguist-languages": "^7.21.0",
"lint-staged": "^13.2.3"
},
"eslintConfig": {
"extends": [
Expand Down Expand Up @@ -62,6 +64,9 @@
"trailingComma": "none"
},
"lint-staged": {
"*.js": ["eslint --cache --fix", "prettier --write"]
"*.js": [
"eslint --cache --fix",
"prettier --write"
]
}
}
Loading

0 comments on commit ea09fe8

Please sign in to comment.