Skip to content

Commit

Permalink
Add ignore patterns to .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetdevil144 committed May 17, 2024
1 parent 7f5c2d2 commit 8f4332e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@typescript-eslint/no-unused-vars": ["error", { "vars": "all", "args": "after-used", "ignoreRestSiblings": false }],
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars-experimental": "error"
}
},
"ignorePatterns": ["dist/", "node_modules/", "build/"]
}

0 comments on commit 8f4332e

Please sign in to comment.