Skip to content

Commit

Permalink
chore: .eslintignore no longer supported
Browse files Browse the repository at this point in the history
ESLintIgnoreWarning: The ".eslintignore" file is no longer supported. Switch to using the "ignores" property in "eslint.config.js": https://eslint.org/docs/latest/use/configure/migration-guide#ignoring-files
  • Loading branch information
smessie committed Oct 28, 2024
1 parent 6edd1af commit 80d0332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"quotes": ["error", "double"],
"semi": ["error", "always"],
"@typescript-eslint/no-unused-vars": "warn"
}
},
"ignorePatterns": ["lib/", "node_modules/"]
}

0 comments on commit 80d0332

Please sign in to comment.