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
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ module.exports = {
},
rules: {
'no-unused-vars': ['error', { ignoreRestSiblings: true }],
'eol-last': 'never',
},
globals: {
TextEncoderLite: true,