We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd276ab commit e56b416Copy full SHA for e56b416
packages/eslint-config-ts/index.js
@@ -71,6 +71,7 @@ module.exports = {
71
"@typescript-eslint/consistent-type-imports": ["error", { prefer: "type-imports", disallowTypeAnnotations: false }],
72
"@typescript-eslint/consistent-type-definitions": ["error", "interface"],
73
"@typescript-eslint/prefer-ts-expect-error": "error",
74
+ "@typescript-eslint/no-require-imports": "error",
75
76
// Override JS
77
"no-useless-constructor": "off",
0 commit comments