|
17 | 17 | "check:deps": "pnpm --recursive --parallel exec depcheck", |
18 | 18 | "check:format": "prettier . --check", |
19 | 19 | "check:lint": "turbo run lint --continue -- --quiet", |
20 | | - "check:react-compiler": "eslint --cache --no-inline-config --no-eslintrc --ext .cjs,.mjs,.js,.jsx,.ts,.tsx --parser @typescript-eslint/parser --plugin react-compiler --rule 'react-compiler/react-compiler: [warn]' --ignore-path .eslintignore.react-compiler --max-warnings 24 .", |
| 20 | + "check:react-compiler": "eslint --cache --no-inline-config --no-eslintrc --ext .cjs,.mjs,.js,.jsx,.ts,.tsx --parser @typescript-eslint/parser --plugin react-compiler --rule 'react-compiler/react-compiler: [warn]' --ignore-path .eslintignore.react-compiler --max-warnings 1 .", |
21 | 21 | "check:test": "run-s test -- --silent", |
22 | 22 | "check:types": "tsc && turbo run check:types --filter='./packages/*' --filter='./packages/@sanity/*'", |
23 | 23 | "report:react-compiler-bailout": "eslint --cache --no-inline-config --no-eslintrc --ext .cjs,.mjs,.js,.jsx,.ts,.tsx --parser @typescript-eslint/parser --plugin react-compiler --rule 'react-compiler/react-compiler: [error,{__unstable_donotuse_reportAllBailouts:true}]' --ignore-path .eslintignore.react-compiler -f ./scripts/reactCompilerBailouts.cjs . || true", |
|
144 | 144 | "eslint-plugin-import": "^2.31.0", |
145 | 145 | "eslint-plugin-prettier": "^5.2.6", |
146 | 146 | "eslint-plugin-react": "^7.37.5", |
147 | | - "eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405", |
| 147 | + "eslint-plugin-react-compiler": "19.1.0-rc.1", |
148 | 148 | "eslint-plugin-react-hooks": "experimental", |
149 | 149 | "eslint-plugin-simple-import-sort": "^12.1.1", |
150 | 150 | "eslint-plugin-tsdoc": "^0.4.0", |
|
0 commit comments