Skip to content

Commit 7313507

Browse files
committed
Update README.md
1 parent 0d9e65f commit 7313507

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Below you can find a recommended configuration which is based on the [Angular 2
88

99
```json
1010
{
11-
"directive-selector-name": "camelCase",
12-
"component-selector-name": "kebab-case",
13-
"directive-selector-type": "attribute",
14-
"component-selector-type": "element",
15-
"directive-selector-prefix": "sg",
16-
"component-selector-prefix": "sg",
11+
"directive-selector-name": [true, "camelCase"],
12+
"component-selector-name": [true, "kebab-case"],
13+
"directive-selector-type": [true, "attribute"],
14+
"component-selector-type": [true, "element"],
15+
"directive-selector-prefix": [true, "sg"],
16+
"component-selector-prefix": [true, "sg"],
1717
"host-parameter-decorator": true,
1818
"input-parameter-decorator": true,
1919
"output-parameter-decorator": true

0 commit comments

Comments
 (0)