diff --git a/packages/eslint-config-react/shared.js b/packages/eslint-config-react/shared.js index 664015c1a..6928d19b5 100644 --- a/packages/eslint-config-react/shared.js +++ b/packages/eslint-config-react/shared.js @@ -6,6 +6,7 @@ module.exports = { 'plugin:react/jsx-runtime', ], rules: { + curly: 'error', 'import/order': [ // https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/order.md 'error',