We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba00fc commit 49221f7Copy full SHA for 49221f7
1 file changed
packages/eslint-config-typescript/index.js
@@ -77,11 +77,6 @@ module.exports = {
77
// This rule aims to make code more readable and explicit about who can use which properties.
78
'@typescript-eslint/explicit-member-accessibility': 'warn',
79
80
- // Require that interface names be prefixed with I
81
- // It can be hard to differentiate between classes and interfaces. Prefixing interfaces with "I"
82
- // can help telling them apart at a glance.
83
- '@typescript-eslint/interface-name-prefix': ['warn', 'always'],
84
-
85
// Require a specific member delimiter style for interfaces and type literals
86
// This rule aims to standardise the way interface and type literal members are delimited.
87
'@typescript-eslint/member-delimiter-style': ['warn', {
0 commit comments