fix(basic): disallow multi empty lines at the end of file (#137)
This commit is contained in:
parent
b58283d3d6
commit
4d38bd0293
@ -225,7 +225,7 @@ module.exports = {
|
||||
asyncArrow: 'always',
|
||||
},
|
||||
],
|
||||
'no-multiple-empty-lines': ['error', { max: 1, maxBOF: 0, maxEOF: 1 }],
|
||||
'no-multiple-empty-lines': ['error', { max: 1, maxBOF: 0, maxEOF: 0 }],
|
||||
|
||||
// es6
|
||||
'no-var': 'error',
|
||||
|
Loading…
Reference in New Issue
Block a user