Skip to content

Commit

Permalink
feat: add eslint-plugin-react-compiler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwyd committed Jan 21, 2025
1 parent bffb9ac commit 5add362
Show file tree
Hide file tree
Showing 5 changed files with 391 additions and 10 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-svelte": ">=2.35.1",
"eslint-plugin-tailwindcss": "^3.16.0",
"svelte-eslint-parser": ">=0.37.0"
"svelte-eslint-parser": ">=0.37.0",
"eslint-plugin-react-compiler": "^19.0.0-beta-decd7b8-20250118"

Check failure on line 59 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in ascending order. 'eslint-plugin-react-compiler' should be before 'svelte-eslint-parser'
},
"peerDependenciesMeta": {
"@eslint-react/eslint-plugin": {
Expand All @@ -78,6 +79,9 @@
},
"svelte-eslint-parser": {
"optional": true
},
"eslint-plugin-react-compiler": {

Check failure on line 83 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in ascending order. 'eslint-plugin-react-compiler' should be before 'svelte-eslint-parser'
"optional": true
}
},
"dependencies": {
Expand Down Expand Up @@ -123,6 +127,7 @@
"@unocss/eslint-plugin": "^65.4.2",
"bumpp": "^9.10.1",
"eslint": "^9.18.0",
"eslint-plugin-react-compiler": "19.0.0-beta-decd7b8-20250118",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-svelte": "^2.46.1",
Expand Down
Loading

0 comments on commit 5add362

Please sign in to comment.