Skip to content

Commit

Permalink
fix(@schematics/angular): let tslint resolve codelyzer (#13101)
Browse files Browse the repository at this point in the history
Tslint will try to resolve modules using node module resolution.
https://palantir.github.io//tslint/usage/configuration/

Fixes #13100
  • Loading branch information
alan-agius4 authored and vikerman committed Nov 30, 2018
1 parent 8bc6e79 commit 7b3dd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/workspace/files/tslint.json
@@ -1,6 +1,6 @@
{
"rulesDirectory": [
"node_modules/codelyzer"
"codelyzer"
],
"rules": {
"arrow-return-shorthand": true,
Expand Down

0 comments on commit 7b3dd8f

Please sign in to comment.