Skip to content

Commit

Permalink
Adjust eslint config harder
Browse files Browse the repository at this point in the history
  • Loading branch information
nkbt committed Nov 19, 2020
1 parent 844c33d commit 03db880
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: {
'operator-assignment': ['error', 'never'],
'no-multiple-empty-lines': ['error', {max: 2}],
'arrow-parens': ['error', 'as-needed'],
'comma-dangle': ['error', 'never'],
Expand Down

0 comments on commit 03db880

Please # to comment.