Skip to content

Commit

Permalink
update: exculde dist from lint stages
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Dec 19, 2024
1 parent 99a58e9 commit 53dd736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
"*.{js,ts,tsx,css}": "prettier --write"
"*.{js,ts,tsx,css}": "prettier --write",
"!dist/**/*": []
}
}

0 comments on commit 53dd736

Please sign in to comment.