Skip to content

Commit c93d607

Browse files
committed
docs: update readme
1 parent c1d237b commit c93d607

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ Create the following `tslint.json` file like:
9797
"templates-no-negated-async": true,
9898
"directive-selector": [true, "attribute", "sg", "camelCase"],
9999
"component-selector": [true, "element", "sg", "kebab-case"],
100+
"max-inline-declarations": true,
101+
"prefer-output-readonly": true,
102+
"no-conflicting-life-cycle-hooks": true,
103+
"enforce-component-selector: true,
100104
"use-input-property-decorator": true,
101105
"use-output-property-decorator": true,
102106
"use-host-property-decorator": true,
@@ -151,6 +155,10 @@ Now create the following `tslint.json` file where your `node_modules` directory
151155
"templates-no-negated-async": true,
152156
"directive-selector": [true, "attribute", "sg", "camelCase"],
153157
"component-selector": [true, "element", "sg", "kebab-case"],
158+
"max-inline-declarations": true,
159+
"prefer-output-readonly": true,
160+
"no-conflicting-life-cycle-hooks": true,
161+
"enforce-component-selector: true,
154162
"use-input-property-decorator": true,
155163
"use-output-property-decorator": true,
156164
"use-host-property-decorator": true,
@@ -257,6 +265,10 @@ Below you can find a recommended configuration which is based on the [Angular St
257265
"use-life-cycle-interface": true,
258266
"use-pipe-transform-interface": true,
259267
"no-output-named-after-standard-event": true,
268+
"max-inline-declarations": true,
269+
"prefer-output-readonly": true,
270+
"no-conflicting-life-cycle-hooks": true,
271+
"enforce-component-selector: true,
260272
261273
// [ENABLED, "SUFFIX"]
262274
// Where "SUFFIX" is your custom suffix, for instance "Page" for Ionic 2 components.
@@ -294,6 +306,10 @@ Below you can find a recommended configuration which is based on the [Angular St
294306
| `trackBy-function` | Stable |
295307
| `import-destructuring-spacing` | Stable |
296308
| `no-output-named-after-standard-event` | Stable |
309+
| `max-inline-declarations | Stable |
310+
| `prefer-output-readonly` | Stable |
311+
| `no-conflicting-life-cycle-hooks` | Stable |
312+
| `enforce-component-selector` | Stable |
297313
| `i18n` | *Experimental* |
298314
| `no-unused-css` | *Experimental* |
299315
| `angular-whitespace` | *Experimental* |

0 commit comments

Comments
 (0)