forked from Archives/Athou_commafeed
remove unnecessary curly braces automatically
This commit is contained in:
@@ -44,6 +44,7 @@ module.exports = {
|
|||||||
"@typescript-eslint/prefer-nullish-coalescing": ["error", { ignoreConditionalTests: true }],
|
"@typescript-eslint/prefer-nullish-coalescing": ["error", { ignoreConditionalTests: true }],
|
||||||
"@typescript-eslint/restrict-template-expressions": ["error", { allowNumber: true }],
|
"@typescript-eslint/restrict-template-expressions": ["error", { allowNumber: true }],
|
||||||
"@typescript-eslint/strict-boolean-expressions": "off",
|
"@typescript-eslint/strict-boolean-expressions": "off",
|
||||||
|
"react/jsx-curly-brace-presence": ["error", "never"],
|
||||||
"react/no-unescaped-entities": "off",
|
"react/no-unescaped-entities": "off",
|
||||||
"react/react-in-jsx-scope": "off",
|
"react/react-in-jsx-scope": "off",
|
||||||
"react-hooks/exhaustive-deps": "error",
|
"react-hooks/exhaustive-deps": "error",
|
||||||
|
|||||||
Reference in New Issue
Block a user