Skip to content

Instantly share code, notes, and snippets.

@isuke
Last active October 16, 2017 03:56
Show Gist options
  • Save isuke/0eb04b48eff71123cc08e196bc8b5b1c to your computer and use it in GitHub Desktop.
Save isuke/0eb04b48eff71123cc08e196bc8b5b1c to your computer and use it in GitHub Desktop.
{
"arrow_spacing": {
"level": "error"
},
"braces_spacing": {
"spaces": 1,
"level": "error"
},
"camel_case_classes": {
"level": "error"
},
"coffeescript_error": {
"level": "error"
},
"colon_assignment_spacing": {
"spacing": {
"left": 0,
"right": 1
},
"level": "ignore"
},
"cyclomatic_complexity": {
"value": 20,
"level": "error"
},
"duplicate_key": {
"level": "error"
},
"empty_constructor_needs_parens": {
"level": "ignore"
},
"ensure_comprehensions": {
"level": "error"
},
"eol_last": {
"level": "error"
},
"indentation": {
"level": "error"
},
"line_endings": {
"level": "error"
},
"max_line_length": {
"level": "ignore"
},
"missing_fat_arrows": {
"level": "ignore"
},
"newlines_after_classes": {
"value": 1,
"level": "error"
},
"no_backticks": {
"level": "error"
},
"no_debugger": {
"level": "error"
},
"no_empty_functions": {
"level": "error"
},
"no_empty_param_list": {
"level": "error"
},
"no_implicit_braces": {
"level": "ignore"
},
"no_implicit_parens": {
"level": "ignore"
},
"no_interpolation_in_single_quotes": {
"level": "error"
},
"no_nested_string_interpolation": {
"level": "error"
},
"no_plusplus": {
"level": "ignore"
},
"no_private_function_fat_arrows": {
"level": "ignore"
},
"no_stand_alone_at": {
"level": "ignore"
},
"no_tabs": {
"level": "error"
},
"no_this": {
"level": "error"
},
"no_throwing_strings": {
"level": "error"
},
"no_trailing_semicolons": {
"level": "error"
},
"no_trailing_whitespace": {
"level": "error"
},
"no_unnecessary_double_quotes": {
"level": "ignore"
},
"no_unnecessary_fat_arrows": {
"level": "ignore"
},
"non_empty_constructor_needs_parens": {
"level": "ignore"
},
"prefer_english_operator": {
"level": "ignore"
},
"space_operators": {
"level": "error"
},
"spacing_after_comma": {
"level": "error"
},
"transform_messes_up_line_numbers": {
"level": "error"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment