don't leave new lines on the end of files
This commit is contained in:
parent
f80e844574
commit
ce5a373137
|
@ -15,6 +15,7 @@ module.exports = {
|
|||
},
|
||||
rules: {
|
||||
'no-unused-vars': ['error', { ignoreRestSiblings: true }],
|
||||
'eol-last': 'never',
|
||||
},
|
||||
globals: {
|
||||
TextEncoderLite: true,
|
||||
|
|
Loading…
Reference in New Issue