Skip to content

Commit

Permalink
Remove comma-dangle eslint check
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Apr 4, 2018
1 parent 02c8817 commit fe8f94d
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 @@ -17,6 +17,7 @@ module.exports = {
],
// add your custom rules here
'rules': {
'comma-dangle': 'off',
// allow paren-less arrow functions
'arrow-parens': 0,
// allow async-await
Expand Down

0 comments on commit fe8f94d

Please sign in to comment.