diff --git a/commafeed-client/.eslintrc.cjs b/commafeed-client/.eslintrc.cjs index f5d572a34..579f7751d 100644 --- a/commafeed-client/.eslintrc.cjs +++ b/commafeed-client/.eslintrc.cjs @@ -44,6 +44,7 @@ module.exports = { "@typescript-eslint/prefer-nullish-coalescing": ["error", { ignoreConditionalTests: true }], "@typescript-eslint/restrict-template-expressions": ["error", { allowNumber: true }], "@typescript-eslint/strict-boolean-expressions": "off", + "react/jsx-curly-brace-presence": ["error", "never"], "react/no-unescaped-entities": "off", "react/react-in-jsx-scope": "off", "react-hooks/exhaustive-deps": "error",