UNPKG

bet

Version:

A Binary Expression Tree implementation which can evaluate infix mathematical expressions

43 lines (42 loc) 677 B
{ "no_tabs": { "level": "warn" }, "no_trailing_whitespace": { "level": "warn" }, "max_line_length": { "value": 80, "level": "warn" }, "camel_case_classes": { "level": "error" }, "indentation": { "value": 4, "level": "warn" }, "no_implicit_braces": { "level": "ignore" }, "no_trailing_semicolons": { "level": "warn" }, "no_plusplus": { "level": "ignore" }, "no_throwing_strings": { "level" : "error" }, "cyclomatic_complexity": { "value" : 10, "level" : "ignore" }, "line_endings": { "value": "unix", "level": "warn" }, "no_implicit_parens": { "level": "ignore" } }