We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 761080f commit a9e6ef9Copy full SHA for a9e6ef9
packages/plugins/eslint-plugin/src/configs/all.ts
@@ -58,8 +58,8 @@ export const rules = {
58
"@eslint-react/no-useless-forward-ref": "warn",
59
"@eslint-react/no-useless-fragment": "warn",
60
"@eslint-react/prefer-destructuring-assignment": "warn",
61
- "@eslint-react/prefer-shorthand-boolean": "warn",
62
- "@eslint-react/prefer-shorthand-fragment": "warn",
+ "@eslint-react/prefer-shorthand-boolean": "off",
+ "@eslint-react/prefer-shorthand-fragment": "off",
63
64
"@eslint-react/dom/no-dangerously-set-innerhtml": "warn",
65
"@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error",
0 commit comments