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 c422272 commit 975bcadCopy full SHA for 975bcad
packages/schematics/angular/application/files/__dot__angular-cli.json
@@ -36,13 +36,16 @@
36
},
37
"lint": [
38
{
39
- "project": "<%= sourceDir %>/tsconfig.app.json"
+ "project": "<%= sourceDir %>/tsconfig.app.json",
40
+ "exclude": "**/node_modules/**"
41
42
- "project": "<%= sourceDir %>/tsconfig.spec.json"
43
+ "project": "<%= sourceDir %>/tsconfig.spec.json",
44
45
46
- "project": "e2e/tsconfig.e2e.json"
47
+ "project": "e2e/tsconfig.e2e.json",
48
49
}
50
],
51
"test": {
0 commit comments