Skip to content

Commit

Permalink
fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
nkbt committed Oct 30, 2020
1 parent 713077d commit d819fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
browser: true
},
rules: {
'no-multiple-empty-lines': ["error", {"max": 2}],
'arrow-parens': ['error', 'as-needed'],
'comma-dangle': ['error', 'never'],
'eqeqeq': ['error', 'always'],
Expand Down

0 comments on commit d819fa2

Please sign in to comment.