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:
commit
7b2c284245
@ -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 }]
|
||||
|
Loading…
Reference in New Issue
Block a user