From 19e51391e74de89df09bfb4542d5cb1aebc1769a Mon Sep 17 00:00:00 2001 From: Dorian Maliszewski Date: Fri, 18 Nov 2022 15:00:49 +0100 Subject: [PATCH] feat: add curly rule --- packages/eslint-config-react/shared.js | 1 + 1 file changed, 1 insertion(+) 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',