Skip to content

Instantly share code, notes, and snippets.

@brettkiefer
Created February 13, 2014 23:07
Show Gist options
  • Save brettkiefer/8985864 to your computer and use it in GitHub Desktop.
Save brettkiefer/8985864 to your computer and use it in GitHub Desktop.
{
"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"
}
}
@mikeumus
Copy link

Hey, Thanks for sharing this. Where does this interface exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment