Skip to content

Commit

Permalink
ignore generated
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBonsignori committed Mar 14, 2024
1 parent 9b0f5ec commit c5e6eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
"plugin:@typescript-eslint/recommended",
"plugin:react-hooks/recommended",
],
ignorePatterns: ["dist", ".eslintrc.cjs"],
ignorePatterns: ["dist", ".eslintrc.cjs", "node_modules", "generated/*"],
parser: "@typescript-eslint/parser",
plugins: ["react-refresh"],
rules: {
Expand Down

0 comments on commit c5e6eb7

Please sign in to comment.