Skip to content

Commit

Permalink
doc(readme): update readme (mgechev#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
wKoza authored and mgechev committed Nov 25, 2018
1 parent f12f27b commit 4863d8d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ Create the following `tslint.json` file like:
"use-life-cycle-interface": true,
"contextual-life-cycle": true,
"trackBy-function": true,
"relative-url-prefix": true,
"use-pipe-transform-interface": true,
"component-class-suffix": true,
"directive-class-suffix": true,
Expand Down Expand Up @@ -183,6 +184,7 @@ Now create the following `tslint.json` file where your `node_modules` directory
"use-life-cycle-interface": true,
"contextual-life-cycle": true,
"trackBy-function": true,
"relative-url-prefix": true,
"use-pipe-transform-interface": true,
"component-class-suffix": true,
"directive-class-suffix": true,
Expand Down Expand Up @@ -282,7 +284,7 @@ Below you can find a recommended configuration which is based on the [Angular St
"enforce-component-selector": true,
"no-queries-parameter": true,
"prefer-inline-decorator": true,

"relative-url-prefix": true,
// [ENABLED, "SUFFIX"]
// Where "SUFFIX" is your custom suffix, for instance "Page" for Ionic 2 components.
"component-class-suffix": [true, "Component"],
Expand Down Expand Up @@ -326,12 +328,13 @@ Below you can find a recommended configuration which is based on the [Angular St
| `no-template-call-expression` | Stable |
| `no-queries-parameter` | Stable |
| `prefer-inline-decorator` | Stable |
| `template-cyclomatic-complexity` | Stable |
| `relative-url-prefix` | _Experimental_ |
| `no-conflicting-life-cycle-hooks` | _Experimental_ |
| `i18n` | _Experimental_ |
| `no-unused-css` | _Experimental_ |
| `angular-whitespace` | _Experimental_ |
| `template-cyclomatic-complexity` | _Experimental_ |
| `template-conditional-complexity` | _Experimental_ |
| `angular-whitespace` | _Deprecated_ |
| `pipe-naming` | _Deprecated_ |

## Disable a rule that validates Template or Styles
Expand Down

0 comments on commit 4863d8d

Please sign in to comment.