Skip to content

Commit

Permalink
ignore files that shouldn't be formatted/linted
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Sep 5, 2024
1 parent 7710b14 commit 62ec022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = {
"@typescript-eslint/method-signature-style": "error",
},
reportUnusedDisableDirectives: true,
ignorePatterns: ["__generated__", "__mocks__", "dist"],
ignorePatterns: ["__generated__", "__mocks__", "dist", "static"],
overrides: [
{
extends: ["plugin:@typescript-eslint/disable-type-checked"],
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
static/wombat*.js

0 comments on commit 62ec022

Please sign in to comment.