Skip to content

Commit

Permalink
Chore: Move .eslintignore in preparation for eslint@9
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Apr 24, 2024
1 parent 888a1f8 commit e734cf4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

8 changes: 8 additions & 0 deletions .eslintrc.json
Expand Up @@ -11,6 +11,14 @@
"ecmaVersion": 2020,
"sourceType": "module"
},
"ignorePatterns": [
".git",
"node_modules",
"coverage",
"dist",
"packages/*/node_modules",
"packages/*/__snapshots__"
],
"rules": {
"capitalized-comments": "off",
"default-param-last": "off",
Expand Down

0 comments on commit e734cf4

Please sign in to comment.