UNPKG

bb-inline-editor

Version:

Follow me [![twitter](https://img.shields.io/twitter/follow/carlillo.svg?style=social&label=%20carlillo)](https://twitter.com/carlillo) to be notified about new releases.

136 lines (135 loc) 3.24 kB
{ "rulesDirectory": [ "node_modules/codelyzer" ], "rules": { "callable-types": true, "class-name": true, "comment-format": [ true, "check-space" ], "curly": true, "eofline": true, "forin": true, "import-blacklist": [true, "rxjs"], "import-spacing": true, "indent": [ true, "spaces" ], "interface-over-type-literal": true, "label-position": true, "max-line-length": [ true, 140 ], "member-access": false, "member-ordering": [ true, { "order": [ "public-constructor", "protected-constructor", "private-constructor", "public-instance-field", "protected-instance-field", "private-instance-field", "public-static-field", "protected-static-field", "public-instance-method", "protected-instance-method", "private-instance-method", "public-static-method", "private-static-method", "protected-static-method" ] } ], "no-arg": true, "no-bitwise": true, "templates-use-public": true, "invoke-injectable": true, "use-input-property-decorator": true, "use-output-property-decorator": true, "use-host-property-decorator": true, "no-input-rename": true, "no-output-rename": true, "radix": true, "no-console": [ true, "debug", "info", "time", "timeEnd", "trace" ], "no-construct": true, "no-debugger": true, "no-duplicate-variable": true, "no-empty": false, "no-empty-interface": true, "no-eval": true, "no-inferrable-types": [true, "ignore-params"], "no-shadowed-variable": true, "no-string-literal": false, "no-string-throw": true, "no-switch-case-fall-through": true, "no-trailing-whitespace": true, "no-unused-expression": true, "no-var-keyword": true, "object-literal-sort-keys": false, "object-literal-shorthand": true, "object-literal-key-quotes": [ true, "as-needed" ], "typeof-compare": true, "typedef-whitespace": [ true, { "call-signature": "nospace", "index-signature": "nospace", "parameter": "nospace", "property-declaration": "nospace", "variable-declaration": "nospace" } ], "trailing-comma": [true, { "multiline": "always", "singleline": "never" }], "use-life-cycle-interface": true, "use-pipe-transform-interface": true, "directive-selector": [true, "attribute", "inline-editor", "camelCase"], "component-selector": [true, "element", "inline-editor", "kebab-case"], "prefer-const": true, "one-line": [ true, "check-open-brace", "check-catch", "check-else", "check-whitespace" ], "quotemark": [ true, "double" ], "semicolon": [ true, "always" ], "triple-equals": [ true, "allow-null-check" ], "variable-name": false, "whitespace": [ true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type" ] } }