Merge pull request #991 from thelounge/astorije/eslint-eol

Setup ESLint to make sure an EOF feed is always present
This commit is contained in:
Pavel Djundik 2017-03-29 07:33:30 +03:00 committed by GitHub
commit 7b2c284245

View file

@ -15,6 +15,7 @@ rules:
comma-dangle: 0
curly: [2, all]
dot-notation: 2
eol-last: 2
eqeqeq: 2
handle-callback-err: 2
indent: [2, tab, { "MemberExpression": 1 }]