We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3d283 commit 96be267Copy full SHA for 96be267
packages/schematics/angular/library/files/__projectRoot__/tslint.json
@@ -1,17 +1,17 @@
1
{
2
- "extends": "<%= relativePathToWorkspaceRoot %>/tslint.json",
3
- "rules": {
4
- "directive-selector": [
5
- true,
6
- "attribute",
7
- "<%= prefix %>",
8
- "camelCase"
9
- ],
10
- "component-selector": [
11
12
- "element",
13
14
- "kebab-case"
15
- ]
16
- }
+ "extends": "<%= relativePathToWorkspaceRoot %>/tslint.json",
+ "rules": {
+ "directive-selector": [
+ true,
+ "attribute",
+ "<%= prefix %>",
+ "camelCase"
+ ],
+ "component-selector": [
+ "element",
+ "kebab-case"
+ ]
+ }
17
}
0 commit comments