Skip to content

Commit

Permalink
Ordered keys in coffeelint.json alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh committed Nov 2, 2016
1 parent 03eaa69 commit 14420bf
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions coffeelint.json
Original file line number Original file line Diff line number Diff line change
@@ -1,42 +1,42 @@
{ {
"no_tabs": {
"level": "ignore"
},
"no_trailing_whitespace": {
"level": "ignore"
},
"max_line_length": {
"value": 80,
"level": "ignore"
},
"camel_case_classes": { "camel_case_classes": {
"level": "error" "level": "error"
}, },
"cyclomatic_complexity": {
"level": "ignore",
"value": 11
},
"indentation": { "indentation": {
"value": 1, "value": 1,
"level": "error" "level": "error"
}, },
"line_endings": {
"level": "error",
"value": "unix"
},
"max_line_length": {
"value": 80,
"level": "ignore"
},
"no_implicit_braces": { "no_implicit_braces": {
"level": "ignore" "level": "ignore"
}, },
"no_trailing_semicolons": { "no_implicit_parens": {
"level": "ignore" "level": "ignore"
}, },
"no_plusplus": { "no_plusplus": {
"level": "ignore" "level": "ignore"
}, },
"no_tabs": {
"level": "ignore"
},
"no_throwing_strings": { "no_throwing_strings": {
"level": "error" "level": "error"
}, },
"cyclomatic_complexity": { "no_trailing_semicolons": {
"value": 11,
"level": "ignore" "level": "ignore"
}, },
"line_endings": { "no_trailing_whitespace": {
"value": "unix",
"level": "error"
},
"no_implicit_parens": {
"level": "ignore" "level": "ignore"
} }
} }

0 comments on commit 14420bf

Please sign in to comment.