Skip to content

Commit

Permalink
chore(eslint-config): update eslint-plugin-react-compiler version (#1334
Browse files Browse the repository at this point in the history
)

# Overview

<!--
    A clear and concise description of what this pr is about.
 -->

## PR Checklist

- [x] I did below actions if need

1. I read the [Contributing
Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md)
2. I added documents and tests.
  • Loading branch information
manudeli authored Oct 20, 2024
1 parent d2a3c1d commit f72d0a6
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configs/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-jsdoc": "^50.3.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-compiler": "0.0.0-experimental-9aef357-20240815",
"eslint-plugin-react-compiler": "0.0.0-experimental-7670337-20240918",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript-eslint": "^8.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint-config/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const suspensiveReactTypeScriptConfig: ReturnType<typeof tseslint.config>
},
},
rules: {
'react-compiler/react-compiler': 'error',
'react-compiler/react-compiler': 'warn',
},
settings: {
react: {
Expand Down
45 changes: 40 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f72d0a6

Please sign in to comment.