Skip to content

Commit

Permalink
Updates eslint configs to allow dangling comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Jul 21, 2020
1 parent 3e5e194 commit 3f4a4ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"rules": {
"space-before-function-paren": 0,
"no-control-regex": 0,
"no-prototype-builtins": 0
"no-prototype-builtins": 0,
"comma-dangle": 0
}
}

0 comments on commit 3f4a4ce

Please sign in to comment.