We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f74d2c commit 7457b5cCopy full SHA for 7457b5c
eslint.config.js
@@ -48,6 +48,7 @@ export default [
48
'eqeqeq': ['error', 'always', { null: 'ignore' }],
49
'no-var': 'error',
50
'prefer-const': 'off',
51
+ 'curly': 'error',
52
},
53
54
];
0 commit comments