Skip to content

Commit

Permalink
Move eslintignore to eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasdotcom committed Dec 19, 2024
1 parent 171aedc commit 55220d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .eslintignore

This file was deleted.

16 changes: 15 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,19 @@
"patterns": ["@mui/*/*/*", "!@mui/material/test-utils/*"]
}
]
}
},
"ignorePatterns": [
".next",
".cache",
"node_modules",
"public",
"scripts/data/*.js",
"scripts/*.js",
"Modules/*.js",
"scripts/data",
"cypress.config.js",
"cypress/e2e/*.js",
"!cypress/e2e/*.cy.js",
"next.config.js"
]
}

0 comments on commit 55220d0

Please sign in to comment.