Skip to content

Commit

Permalink
fix: update lint-staged to use package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopixel committed Nov 22, 2023
1 parent d924845 commit 17f0948
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 44 deletions.
43 changes: 0 additions & 43 deletions lint-staged.config.js

This file was deleted.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,9 @@
},
"browserslist": [
"defaults"
]
],
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.--write": "prettier --write"
}
}

0 comments on commit 17f0948

Please sign in to comment.