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: {
|
rules: {
|
||||||
'no-unused-vars': ['error', { ignoreRestSiblings: true }],
|
'no-unused-vars': ['error', { ignoreRestSiblings: true }],
|
||||||
|
'eol-last': 'never',
|
||||||
},
|
},
|
||||||
globals: {
|
globals: {
|
||||||
TextEncoderLite: true,
|
TextEncoderLite: true,
|
||||||
|
|
Loading…
Reference in a new issue