don't leave new lines on the end of files

This commit is contained in:
Matthew Irish 2018-10-03 23:31:23 -05:00
parent f80e844574
commit ce5a373137

View file

@ -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,