Skip to content

Commit

Permalink
update @eslint-react/eslint-plugin and disable dom rules
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Jan 22, 2025
1 parent 51e7de1 commit 2c69ef0
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 157 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const frontendConfig = tseslint.config({
extends: [
tseslint.configs.recommended,
pluginQuery.configs['flat/recommended'],
// TODO: incorporate 'disable-dom' and 'disable-web-apis' presets
react.configs['recommended-typescript'],
react.configs['disable-dom'],
],
rules: {
// Allow unused vars if prefixed with `_` (https://typescript-eslint.io/rules/no-unused-vars/)
Expand Down
Loading

0 comments on commit 2c69ef0

Please sign in to comment.