summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rules/typescript/default.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index 5c2b40a..5786671 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -33,6 +33,12 @@
"prefixWithI": "always"
}
],
+ "@typescript-eslint/no-empty-interface": [
+ "warn",
+ {
+ "allowSingleExtends": false
+ }
+ ],
"@typescript-eslint/quotes": [
"error",
"double",