We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4b93b commit 75afccbCopy full SHA for 75afccb
packages/plugins/eslint-plugin/src/configs/recommended-type-checked.ts
@@ -7,7 +7,7 @@ export const name = "@eslint-react/recommended-type-checked";
7
export const rules = {
8
...recommendedTypeScript.rules,
9
"@eslint-react/no-leaked-conditional-rendering": "warn",
10
- "@eslint-react/prefer-read-only-props": "warn",
+ // "@eslint-react/prefer-read-only-props": "warn",
11
} as const satisfies RulePreset;
12
13
export const plugins = {
0 commit comments