Skip to content

Commit

Permalink
Avoid lint-staged running on dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Feb 26, 2024
1 parent 81d0327 commit fa9d772
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,3 +1,3 @@
export default {
"*.{js,mjs,cjs,ts}": ["prettier --write", "eslint --max-warnings 0 --fix"],
"!(dist/*).{js,mjs,cjs,ts}": ["prettier --write", "eslint --max-warnings 0 --fix"],
}

0 comments on commit fa9d772

Please sign in to comment.