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 b1b0042 commit 324403cCopy full SHA for 324403c
index.js
@@ -68,6 +68,7 @@ module.exports = {
68
69
// Style
70
'array-bracket-spacing': [2, 'never'],
71
+ 'block-spacing': [2, 'always'],
72
'brace-style': [2],
73
'camelcase': [2],
74
'comma-dangle': [2, 'never'],
0 commit comments