npm-couple
Version:
A library to couple two objects.
71 lines (70 loc) • 1.53 kB
JSON
{
"missing_fat_errors": {
"level": "warn"
},
"camel_case_classes": {
"level": "error"
},
"indentation": {
"value": 4
},
"line_endings": {
"level": "error",
"value": "unix"
},
"no_trailing_whitespace": {
"name": "no_trailing_whitespace",
"level": "error",
"allowed_in_comments": false,
"allowed_in_empty_lines": false
},
"colon_assignment_spacing": {
"level": "error",
"spacing": {
"left": 0,
"right": 1
}
},
"max_line_length": {
"value": 120,
"level": "error"
},
"space_operators": {
"level": "error"
},
"newlines_after_classes": {
"value": 3,
"level": "error"
},
"no_stand_alone_at": {
"level": "error"
},
"arrow_spacing": {
"level": "error"
},
"cyclomatic_complexity": {
"value": "12",
"level": "error"
},
"empty_constructor_needs_parens": {
"level": "error"
},
"no_empty_param_list": {
"level": "ignore"
},
"no_unnecessary_fat_arrows": {
"level": "error"
},
"no_unnecessary_double_quotes": {
"name": "no_unnecessary_double_quotes",
"level": "error"
},
"no_debugger": {
"name": "no_debugger",
"level": "error"
},
"no_interpolation_in_single_quotes": {
"name": "no_interpolation_in_single_quotes",
"level": "error"
}
}