diff options
Diffstat (limited to 'src/rules/typescript')
-rw-r--r-- | src/rules/typescript/default.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json index 631bdf2..39ea233 100644 --- a/src/rules/typescript/default.json +++ b/src/rules/typescript/default.json @@ -93,6 +93,9 @@ "@typescript-eslint/no-useless-constructor": [ "error" ], + "@typescript-eslint/no-var-requires": [ + "error" + ], "@typescript-eslint/quotes": [ "error", "double", |