mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
Enable 'no-implicit-dependencies' lint rule (#19716)
This commit is contained in:
@@ -72,6 +72,9 @@
|
||||
"check-type"
|
||||
],
|
||||
|
||||
// Config different from tslint:latest
|
||||
"no-implicit-dependencies": [true, "dev"],
|
||||
|
||||
// TODO
|
||||
"arrow-parens": false, // [true, "ban-single-arg-parens"]
|
||||
"arrow-return-shorthand": false,
|
||||
@@ -85,7 +88,6 @@
|
||||
"no-empty": false,
|
||||
"no-empty-interface": false,
|
||||
"no-eval": false,
|
||||
"no-implicit-dependencies": false,
|
||||
"no-invalid-template-strings": false,
|
||||
"no-object-literal-type-assertion": false,
|
||||
"no-shadowed-variable": false,
|
||||
|
||||
Reference in New Issue
Block a user