Skip to content

Commit baf2038

Browse files
author
Ray Schamp
committed
fix(base): Enforce eol-last
BREAKING CHANGE: http://eslint.org/docs/rules/eol-last ([2, 'always'])
1 parent 2a52948 commit baf2038

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
@@ -74,6 +74,7 @@ module.exports = {
7474
'comma-dangle': [2, 'never'],
7575
'comma-spacing': [2],
7676
'comma-style': [2],
77+
'eol-last': [2, 'always'],
7778
'func-style': [2, 'expression'],
7879
'indent': [2, 4],
7980
'jsx-quotes': [2, 'prefer-double'],

0 commit comments

Comments
 (0)