Skip to content

Commit

Permalink
Fix syntax on camelcase rule
Browse files Browse the repository at this point in the history
  • Loading branch information
njpanderson committed Jun 7, 2017
1 parent 19a125b commit be88961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"rules": {
"array-bracket-spacing": [ "error", "always" ],
"brace-style": [ "error", "1tbs" ],
"camelcase": ["error", { "properties": "never" }],
"camelcase": [ "error", { "properties": "never" } ],
"comma-dangle": [ "error", "always-multiline" ],
"comma-spacing": "error",
"comma-style": "error",
Expand Down

0 comments on commit be88961

Please sign in to comment.