Skip to content

Commit ec2cb27

Browse files
author
devgioele
committed
re-enable curly rule for ts-react
1 parent dcb276b commit ec2cb27

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ts-react.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
rules: {
2222
'react-hooks/rules-of-hooks': 'error',
2323
'react-hooks/exhaustive-deps': 'error',
24-
'tailwindcss/classnames-order': 'off'
24+
'tailwindcss/classnames-order': 'off',
25+
curly: ['error', 'all']
2526
}
2627
}

0 commit comments

Comments
 (0)