Skip to content

Commit 6ad47ad

Browse files
alan-agius4vikerman
authored andcommittedNov 30, 2018
fix(@schematics/angular): let tslint resolve codelyzer (#13101)
Tslint will try to resolve modules using node module resolution. https://palantir.github.io//tslint/usage/configuration/ Fixes #13100
1 parent 24de553 commit 6ad47ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/schematics/angular/workspace/files/tslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"rulesDirectory": [
3-
"node_modules/codelyzer"
3+
"codelyzer"
44
],
55
"rules": {
66
"arrow-return-shorthand": true,

0 commit comments

Comments
 (0)