Skip to content

Commit

Permalink
Fixing up invalid rule in eslint yaml for code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhley committed Aug 7, 2017
1 parent a543919 commit b24e884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Expand Up @@ -161,7 +161,7 @@ rules:
brace-style: off
camelcase: off
capitalized-comments: off
comma-dangle: only-multiline
comma-dangle: off
comma-spacing: off
comma-style: off
computed-property-spacing: off
Expand Down

0 comments on commit b24e884

Please sign in to comment.