Skip to content

Commit 7457b5c

Browse files
committed
eslint.config: added 'curly'
1 parent 6f74d2c commit 7457b5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export default [
4848
'eqeqeq': ['error', 'always', { null: 'ignore' }],
4949
'no-var': 'error',
5050
'prefer-const': 'off',
51+
'curly': 'error',
5152
},
5253
},
5354
];

0 commit comments

Comments
 (0)