agm-spiderfier
Version:
Angular Google Maps (AGM) extension for google maps marker spiderfier library
116 lines (115 loc) • 2.74 kB
JSON
{
"rulesDirectory": [
"node_modules/codelyzer"
],
"rules": {
"class-name": true,
"comment-format": [
true,
"check-space"
],
"curly": true,
"eofline": true,
"import-spacing": true,
"indent": [true, "spaces"],
"jsdoc-format": true,
"member-ordering": [
true,
"variables-before-functions"
],
"no-angle-bracket-type-assertion": true,
"no-bitwise": true,
"no-consecutive-blank-lines": true,
"no-construct": true,
"no-debugger": true,
"no-duplicate-imports": [true, {"allow-namespace-imports": true}],
"no-duplicate-variable": true,
"no-eval": true,
"no-switch-case-fall-through": true,
"no-trailing-whitespace": true,
"no-unused-expression": true,
"no-unused-variable": [
true,
"check-parameters"
],
"no-use-before-declare": true,
"no-var-requires": true,
"one-line": [
true,
"check-catch",
"check-else"
],
"ordered-imports": true,
"quotemark": [
true,
"single"
],
"radix": true,
"semicolon": true,
"trailing-comma": [
true,
{
"multiline": {
"arrays": "always",
"exports": "always",
"functions": "ignore",
"imports": "always",
"objects":"always",
"typeLiterals": "always"
},
"singleline": "never",
"esSpecCompliant": true
}
],
"triple-equals": [
true,
"allow-null-check"
],
"typedef": [
true,
"parameter",
"property-declaration"
],
"typedef-whitespace": [
true,
{
"call-signature": "nospace",
"index-signature": "nospace",
"parameter": "nospace"
}
],
"variable-name": [
true,
"allow-leading-underscore",
"check-format",
"ban-keywords"
],
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-module",
"check-separator",
"check-rest-spread",
"check-type",
"check-typecast",
"check-type-operator"
],
"component-selector": [true, "element", "agm", "kebab-case"],
"use-input-property-decorator": false,
"use-output-property-decorator": false,
"use-host-property-decorator": false,
"no-attribute-decorator": true,
"no-inferrable-types": [true, "ignore-params"],
"no-input-rename": true,
"no-output-rename": true,
"no-forward-ref": false,
"use-lifecycle-interface": true,
"use-pipe-transform-interface": true,
"pipe-prefix": [true, "agm"],
"component-class-suffix": false,
"directive-class-suffix": false,
"import-destructuring-spacing": false
}
}