Skip to content

Commit 75afccb

Browse files
committed
refactor(plugins/eslint-plugin): remove 'prefer-read-only-props' from presets
1 parent 2d4b93b commit 75afccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/eslint-plugin/src/configs/recommended-type-checked.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const name = "@eslint-react/recommended-type-checked";
77
export const rules = {
88
...recommendedTypeScript.rules,
99
"@eslint-react/no-leaked-conditional-rendering": "warn",
10-
"@eslint-react/prefer-read-only-props": "warn",
10+
// "@eslint-react/prefer-read-only-props": "warn",
1111
} as const satisfies RulePreset;
1212

1313
export const plugins = {

0 commit comments

Comments
 (0)