We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b574d6 commit 29b88b1Copy full SHA for 29b88b1
1 file changed
packages/eslint-plugin/lib/configs/recommended.ts
@@ -41,6 +41,7 @@ export const recommendedConfig = tseslint.config(
41
"react/no-unstable-nested-components": ["error", { allowAsProps: true }], // allowAsProps for Functions as child components
42
"react/prop-types": "off",
43
"react/no-unused-prop-types": "error",
44
+ "@typescript-eslint/no-unnecessary-condition": "error",
45
"react/jsx-no-useless-fragment": "error",
46
"@bam.tech/no-different-displayname": "error",
47
"@bam.tech/require-named-effect": "error",
0 commit comments