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.
1 parent 1f64a28 commit e4373f2Copy full SHA for e4373f2
packages/eslint-config/src/base.js
@@ -19,6 +19,10 @@ export default tseslint.config(
19
"warn",
20
{ argsIgnorePattern: "^_" },
21
],
22
+ /**
23
+ * See
24
+ * https://www.totaltypescript.com/type-vs-interface-which-should-you-use
25
+ */
26
"@typescript-eslint/consistent-type-definitions": ["warn", "type"],
27
},
28
}
0 commit comments