|
16 | 16 | "spaces"
|
17 | 17 | ],
|
18 | 18 | "label-position": true,
|
19 |
| - "label-undefined": true, |
20 | 19 | "max-line-length": [
|
21 | 20 | true,
|
22 | 21 | 140
|
|
39 | 38 | ],
|
40 | 39 | "no-construct": true,
|
41 | 40 | "no-debugger": true,
|
42 |
| - "no-duplicate-key": true, |
43 | 41 | "no-duplicate-variable": true,
|
44 | 42 | "no-empty": false,
|
45 | 43 | "no-eval": true,
|
|
49 | 47 | "no-switch-case-fall-through": true,
|
50 | 48 | "no-trailing-whitespace": true,
|
51 | 49 | "no-unused-expression": true,
|
52 |
| - "no-unused-variable": true, |
53 |
| - "no-unreachable": true, |
54 | 50 | "no-use-before-declare": true,
|
55 | 51 | "no-var-keyword": true,
|
56 | 52 | "object-literal-sort-keys": false,
|
|
93 | 89 | "check-type"
|
94 | 90 | ],
|
95 | 91 |
|
96 |
| - "directive-selector-prefix": [true, "<%= prefix %>"], |
97 |
| - "component-selector-prefix": [true, "<%= prefix %>"], |
98 |
| - "directive-selector-name": [true, "camelCase"], |
99 |
| - "component-selector-name": [true, "kebab-case"], |
100 |
| - "directive-selector-type": [true, "attribute"], |
101 |
| - "component-selector-type": [true, "element"], |
| 92 | + "directive-selector": [true, "attribute", "<%= prefix %>", "camelCase"], |
| 93 | + "component-selector": [true, "element", "<%= prefix %>", "kebab-case"], |
102 | 94 | "use-input-property-decorator": true,
|
103 | 95 | "use-output-property-decorator": true,
|
104 | 96 | "use-host-property-decorator": true,
|
|
108 | 100 | "use-pipe-transform-interface": true,
|
109 | 101 | "component-class-suffix": true,
|
110 | 102 | "directive-class-suffix": true,
|
| 103 | + "no-access-missing-member": true, |
111 | 104 | "templates-use-public": true,
|
112 | 105 | "invoke-injectable": true
|
113 | 106 | }
|
|
0 commit comments