Skip to content

Commit

Permalink
feat: add empty space after each interface
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-chapelskyi committed May 6, 2019
1 parent 589524a commit 7e9c6f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rules/padding-line-between-statements.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ module.exports = [
prev: ['import'],
next: '*'
},
{
blankLine: 'always',
prev: ['interface'],
next: '*'
},
{
blankLine: 'never',
prev: 'import',
Expand Down

0 comments on commit 7e9c6f4

Please sign in to comment.