We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a43701 commit ab15df2Copy full SHA for ab15df2
eslint.config.js
@@ -35,6 +35,7 @@ export default [
35
'eqeqeq': ['error', 'always', { null: 'ignore' }],
36
'no-var': 'error',
37
'prefer-const': 'off',
38
+ 'curly': 'error',
39
},
40
41
];
0 commit comments