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 58fb72a commit 4aa6118Copy full SHA for 4aa6118
packages/plugins/eslint-plugin/src/configs/all.ts
@@ -10,8 +10,8 @@ import * as dom from "./dom";
10
export const name = "@eslint-react/all";
11
12
export const rules = {
13
- "@eslint-react/avoid-shorthand-boolean": "off",
14
- "@eslint-react/avoid-shorthand-fragment": "off",
+ "@eslint-react/avoid-shorthand-boolean": "warn",
+ "@eslint-react/avoid-shorthand-fragment": "warn",
15
"@eslint-react/jsx-no-duplicate-props": "warn",
16
"@eslint-react/jsx-no-undef": "error",
17
"@eslint-react/jsx-uses-vars": "warn",
0 commit comments