mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +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": [
|
"rulesDirectory": [
|
||||||
"node_modules/codelyzer"
|
"codelyzer"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"arrow-return-shorthand": true,
|
"arrow-return-shorthand": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user