Skip to content

Commit

Permalink
Add missing recommended rules (#887)
Browse files Browse the repository at this point in the history
* Add missing recommended rules

* Fix missing comma
  • Loading branch information
YogliB authored and mgechev committed Sep 4, 2019
1 parent 3f25687 commit d8ecb7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -261,15 +261,21 @@ Below you can find a recommended configuration which is based on the [Angular St
"directive-selector": [true, "attribute", ["dir-prefix1", "dir-prefix2"], "camelCase"],

"component-max-inline-declarations": true,
"contextual-lifecycle": true,
"no-conflicting-lifecycle": true,
"no-host-metadata-property": true,
"no-input-rename": true,
"no-inputs-metadata-property": true,
"no-output-native": true,
"no-output-on-prefix": true,
"no-output-rename": true,
"no-outputs-metadata-property": true,
"no-queries-metadata-property": true,
"prefer-inline-decorator": true,
"template-banana-in-box": true,
"template-no-negated-async": true,
"use-lifecycle-interface": true,
"use-pipe-transform-interface": true,

// The rules component-class-suffix and directive-class-suffix have the following arguments:
// [ENABLED, "suffix" | ["listOfSuffixes"]]
Expand Down

0 comments on commit d8ecb7c

Please sign in to comment.