UNPKG

bobflux-monitor

Version:

Component for time travelling in bobflux/fun-model application state history.

75 lines (73 loc) 1.85 kB
{ "defaultSeverity": "warning", "rules": { "ban": false, "class-name": true, "comment-format": [ true, "check-space" ], "curly": false, "eofline": false, "forin": false, "interface-name": [ true, "always-prefix" ], "jsdoc-format": true, "label-position": true, "member-ordering": [ true, { "order":[ "static-field", "instance-field", "constructor", "static-method", "instance-method" ] } ], "no-any": true, "no-arg": true, "no-bitwise": false, "no-console": [ true, "debug", "info", "time", "timeEnd", "trace" ], "no-construct": true, "no-parameter-properties": true, "no-debugger": true, "no-duplicate-variable": true, "no-shadowed-variable": true, "no-empty": true, "no-eval": true, "no-require-imports": false, "no-string-literal": false, "no-switch-case-fall-through": true, "no-unused-expression": false, "no-unused-variable": true, "no-use-before-declare": false, "no-var-keyword": true, "no-var-requires": false, "radix": true, "triple-equals": true, "typedef": [ true, "property-declaration", "member-variable-declaration" ], "use-strict": [ false ], "variable-name": [ true, "allow-leading-underscore", "allow-pascal-case" ] } }