mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
test: enable @typescript-eslint/no-empty-function
lint rule
This rule was previously explicitly disabled but no longer generates any lint failures when enabled.
This commit is contained in:
parent
fa9bce0e9a
commit
943c2e9b00
@ -104,7 +104,6 @@
|
||||
"no-fallthrough": "off",
|
||||
"no-underscore-dangle": "off",
|
||||
"@typescript-eslint/ban-types": "off",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
"@typescript-eslint/no-implied-eval": "off",
|
||||
"@typescript-eslint/no-var-requires": "off",
|
||||
"@typescript-eslint/no-unsafe-argument": "off",
|
||||
|
Loading…
x
Reference in New Issue
Block a user