Skip to content

Commit

Permalink
Add eslint-plugin-react-compiler (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Oct 23, 2024
1 parent f7b0111 commit 09046f9
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import gitignore from 'eslint-config-flat-gitignore';
import eslintImportX from 'eslint-plugin-import-x';
import jsxA11y from 'eslint-plugin-jsx-a11y';
import react from 'eslint-plugin-react';
import reactCompiler from 'eslint-plugin-react-compiler';
import reactHooks from 'eslint-plugin-react-hooks';
import reactX from 'eslint-plugin-react-x';
import security from 'eslint-plugin-security';
Expand Down Expand Up @@ -515,6 +516,7 @@ const configArray = [
'import-x': eslintImportX,
'jsx-a11y': jsxA11y,
'react-x': reactX,
'react-compiler': reactCompiler,
'react-hooks': reactHooks,
react: fixupPluginRules(react),
security,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"eslint-plugin-import-x": "4.3.1",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-x": "1.15.0",
"eslint-plugin-security": "3.0.1",
Expand Down
Loading

0 comments on commit 09046f9

Please sign in to comment.