Created
February 13, 2014 23:07
-
-
Save brettkiefer/8985864 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"coffeescript_error": { | |
"level": "error" | |
}, | |
"duplicate_key": { | |
"level": "error" | |
}, | |
"empty_constructor_needs_parens": { | |
"level": "error" | |
}, | |
"line_endings": { | |
"level": "error", | |
"value": "unix" | |
}, | |
"no_empty_param_list": { | |
"level": "error" | |
}, | |
"no_tabs": { | |
"level": "error" | |
}, | |
"no_throwing_strings": { | |
"level": "error" | |
}, | |
"no_trailing_semicolons": { | |
"level": "error" | |
}, | |
"no_trailing_whitespace": { | |
"level": "error", | |
"allowed_in_empty_lines": false, | |
"allowed_in_comments": false | |
}, | |
"indentation": { | |
"value": 2, | |
"level": "warn" | |
}, | |
"arrow_spacing": { | |
"level": "ignore" | |
}, | |
"camel_case_classes": { | |
"level": "ignore" | |
}, | |
"colon_assignment_spacing": { | |
"level": "ignore" | |
}, | |
"cyclomatic_complexity": { | |
"value": 10, | |
"level": "ignore" | |
}, | |
"max_line_length": { | |
"value": 100, | |
"level": "ignore" | |
}, | |
"missing_fat_arrows": { | |
"level": "ignore" | |
}, | |
"newlines_after_classes": { | |
"value": 3, | |
"level": "ignore" | |
}, | |
"no_backticks": { | |
"level": "ignore" | |
}, | |
"no_implicit_braces": { | |
"level": "ignore" | |
}, | |
"no_implicit_parens": { | |
"level": "ignore" | |
}, | |
"no_plusplus": { | |
"level": "ignore" | |
}, | |
"no_stand_alone_at": { | |
"level": "ignore" | |
}, | |
"no_unnecessary_fat_arrows": { | |
"level": "ignore" | |
}, | |
"non_empty_constructor_needs_parens": { | |
"level": "ignore" | |
}, | |
"space_operators": { | |
"level": "ignore" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, Thanks for sharing this. Where does this interface exactly?