Skip to content

Commit

Permalink
chore(config): consistent eslint cache file name with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaidev committed May 30, 2024
1 parent 17c0dce commit d052e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
"*.{js,ts}": [
"eslint --fix --cache --cache-location ./node_modules/.cache/eslint/.eslintcache",
"eslint --fix --cache --cache-location ./node_modules/.cache/eslint/.eslint-cache",
"prettier --write --cache",
],
"*.{json,md}": "prettier --write --cache",
Expand Down

0 comments on commit d052e24

Please sign in to comment.