Skip to content

Commit

Permalink
use @eslint/compat from npm, use overrides instead of --forec
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed May 8, 2024
1 parent 767532d commit 4bfb0ca
Show file tree
Hide file tree
Showing 4 changed files with 5,701 additions and 20,154 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ module.exports = [
files: [playgroundFiles],
plugins: {
react: fixupPluginRules(reactPlugin),
"jsx-a11y": jsxA11yPlugin,
"react-hooks": reactHooksPlugin
"jsx-a11y": fixupPluginRules(jsxA11yPlugin),
"react-hooks": fixupPluginRules(reactHooksPlugin)
},
settings: {
react: {
Expand Down
Loading

0 comments on commit 4bfb0ca

Please sign in to comment.