Skip to content

Commit ab15df2

Browse files
committed
eslint.config: added 'curly'
1 parent 8a43701 commit ab15df2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default [
3535
'eqeqeq': ['error', 'always', { null: 'ignore' }],
3636
'no-var': 'error',
3737
'prefer-const': 'off',
38+
'curly': 'error',
3839
},
3940
},
4041
];

0 commit comments

Comments
 (0)