Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 523d58f

Browse files
Fix code formatting after enabling array-bracket-newline
1 parent 77fe967 commit 523d58f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coding-styles/fixable.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@ module.exports = {
299299
// blank lines help developers to understand the code.
300300
'padding-line-between-statements': ['warn',
301301
{ blankLine: 'always', prev: 'directive', next: '*' },
302-
{ blankLine: 'never', prev: 'directive', next: 'directive' },
303-
],
302+
{ blankLine: 'never', prev: 'directive', next: 'directive' }],
304303

305304
// Suggest using arrow functions as callbacks
306305
// This rule is aimed to flag usage of function expressions in an argument list.

0 commit comments

Comments
 (0)