Skip to content

Commit

Permalink
refactor(plugins/eslint-plugin): remove 'prefer-read-only-props' from… (
Browse files Browse the repository at this point in the history
  • Loading branch information
Rel1cx authored Dec 8, 2024
1 parent 2d4b93b commit 8f5f98e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const name = "@eslint-react/recommended-type-checked";
export const rules = {
...recommendedTypeScript.rules,
"@eslint-react/no-leaked-conditional-rendering": "warn",
"@eslint-react/prefer-read-only-props": "warn",
// "@eslint-react/prefer-read-only-props": "warn",
} as const satisfies RulePreset;

export const plugins = {
Expand Down

0 comments on commit 8f5f98e

Please sign in to comment.