We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-type-alias
1 parent f97c32b commit de1d672Copy full SHA for de1d672
index.js
@@ -140,7 +140,11 @@ module.exports = {
140
}
141
],
142
'@typescript-eslint/no-triple-slash-reference': 'error',
143
- '@typescript-eslint/no-type-alias': 'error',
+
144
+ // Disabled as I would like to *enforce* type aliases instead:
145
+ // https://github.com/typescript-eslint/typescript-eslint/issues/142
146
+ // '@typescript-eslint/no-type-alias': 'error',
147
148
'no-unused-vars': 'off',
149
'@typescript-eslint/no-unused-vars': [
150
'error',
0 commit comments