Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/src/packages/frontend/coffeelint.json
Views: 687
{1"arrow_spacing": {2"level": "ignore"3},4"braces_spacing": {5"level": "ignore",6"spaces": 0,7"empty_object_spaces": 08},9"camel_case_classes": {10"level": "error"11},12"coffeescript_error": {13"level": "error"14},15"colon_assignment_spacing": {16"level": "ignore",17"spacing": {18"left": 0,19"right": 020}21},22"cyclomatic_complexity": {23"level": "ignore",24"value": 1025},26"duplicate_key": {27"level": "error"28},29"empty_constructor_needs_parens": {30"level": "ignore"31},32"ensure_comprehensions": {33"level": "warn"34},35"eol_last": {36"level": "ignore"37},38"indentation": {39"value": 4,40"level": "error"41},42"line_endings": {43"level": "ignore",44"value": "unix"45},46"max_line_length": {47"value": 160,48"level": "warn",49"limitComments": true50},51"missing_fat_arrows": {52"level": "ignore",53"is_strict": false54},55"newlines_after_classes": {56"value": 3,57"level": "ignore"58},59"no_backticks": {60"level": "error"61},62"no_debugger": {63"level": "warn",64"console": false65},66"no_empty_functions": {67"level": "ignore"68},69"no_empty_param_list": {70"level": "ignore"71},72"no_implicit_braces": {73"level": "ignore",74"strict": true75},76"no_implicit_parens": {77"level": "ignore",78"strict": true79},80"no_interpolation_in_single_quotes": {81"level": "ignore"82},83"no_nested_string_interpolation": {84"level": "ignore"85},86"no_plusplus": {87"level": "ignore"88},89"no_private_function_fat_arrows": {90"level": "warn"91},92"no_stand_alone_at": {93"level": "ignore"94},95"no_tabs": {96"level": "error"97},98"no_this": {99"level": "ignore"100},101"no_throwing_strings": {102"level": "error"103},104"no_trailing_semicolons": {105"level": "error"106},107"no_trailing_whitespace": {108"level": "error",109"allowed_in_comments": false,110"allowed_in_empty_lines": true111},112"no_unnecessary_double_quotes": {113"level": "ignore"114},115"no_unnecessary_fat_arrows": {116"level": "warn"117},118"non_empty_constructor_needs_parens": {119"level": "ignore"120},121"prefer_english_operator": {122"level": "ignore",123"doubleNotLevel": "ignore"124},125"space_operators": {126"level": "ignore"127},128"spacing_after_comma": {129"level": "ignore"130},131"transform_messes_up_line_numbers": {132"level": "warn"133}134}135136137