Skip to content

Commit 324403c

Browse files
author
Ray Schamp
committed
fix(base): Enforce block-spacing
BREAKING CHANGE: http://eslint.org/docs/rules/block-spacing ([2, 'always'])
1 parent b1b0042 commit 324403c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ module.exports = {
6868

6969
// Style
7070
'array-bracket-spacing': [2, 'never'],
71+
'block-spacing': [2, 'always'],
7172
'brace-style': [2],
7273
'camelcase': [2],
7374
'comma-dangle': [2, 'never'],

0 commit comments

Comments
 (0)