Force interface name prefix

This commit is contained in:
Belma Gutlic 2020-01-11 20:23:33 +01:00
parent ad45be5e7b
commit 1b89efd288

View File

@ -15,7 +15,7 @@
"@typescript-eslint/indent": ["error", 2], "@typescript-eslint/indent": ["error", 2],
"@typescript-eslint/no-use-before-define": "off", "@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/interface-name-prefix": "off", "@typescript-eslint/interface-name-prefix": ["error", { "prefixWithI": "always" }],
"no-console": "warn" "no-console": "warn"
} }
} }