Skip to content

Commit 51d7dc1

Browse files
committed
Merge branch 'master' of github.com:mgechev/ng2lint
* 'master' of github.com:mgechev/ng2lint: Update README.md Update README.md
2 parents e18a5c1 + 7313507 commit 51d7dc1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

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

99
```json
1010
{
11-
"directive-selector": [true, "attribute", "camelCase", "sg"],
12-
"component-selector": [true, "element", "kebab-case", "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"],
1317
"host-parameter-decorator": true,
1418
"input-parameter-decorator": true,
1519
"output-parameter-decorator": true
@@ -40,4 +44,4 @@ Below you can find a recommended configuration which is based on the [Angular 2
4044

4145
## License
4246

43-
MIT
47+
MIT

0 commit comments

Comments
 (0)