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 9c69ca5 commit d2d6121Copy full SHA for d2d6121
.eslintrc.js
@@ -258,6 +258,7 @@ module.exports = {
258
'no-void': 'error',
259
'no-whitespace-before-property': 'error',
260
'no-with': 'error',
261
+ 'object-curly-newline': 'error',
262
'object-curly-spacing': ['error', 'always'],
263
'one-var': ['error', { initialized: 'never' }],
264
'one-var-declaration-per-line': 'error',
0 commit comments