aboutsummaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules')
-rw-r--r--src/rules/typescript/default.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index 206e1a9..5c2b40a 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -26,6 +26,13 @@
"outerIIFEBody": 1
}
],
+ "@typescript-eslint/interface-name-prefix": [
+ "error",
+ {
+ "allowUnderscorePrefix": false,
+ "prefixWithI": "always"
+ }
+ ],
"@typescript-eslint/quotes": [
"error",
"double",