mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 01:54:04 +08:00
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
This commit is contained in:
parent
8bc6e79d89
commit
7b3dd8f510
@ -1,6 +1,6 @@
|
||||
{
|
||||
"rulesDirectory": [
|
||||
"node_modules/codelyzer"
|
||||
"codelyzer"
|
||||
],
|
||||
"rules": {
|
||||
"arrow-return-shorthand": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user