Skip to content

Commit 3afc32a

Browse files
authored
feat: add curly rule (#1083)
Co-authored-by: Dorian Maliszewski <[email protected]> BREAKING CHANGES: set curly to all
1 parent 2e36162 commit 3afc32a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config-react/shared.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
'plugin:react/jsx-runtime',
77
],
88
rules: {
9+
curly: 'error',
910
'import/order': [
1011
// https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/order.md
1112
'error',

0 commit comments

Comments
 (0)