chore: remove eslint warn rule
This commit is contained in:
@@ -33,8 +33,6 @@ export default ts.config(
|
|||||||
"error",
|
"error",
|
||||||
{ argsIgnorePattern: "^_", varsIgnorePattern: "^_" },
|
{ argsIgnorePattern: "^_", varsIgnorePattern: "^_" },
|
||||||
],
|
],
|
||||||
// Allow explicit any sparingly — we're adults here
|
|
||||||
"@typescript-eslint/no-explicit-any": "warn",
|
|
||||||
// Enforce consistent type imports
|
// Enforce consistent type imports
|
||||||
"@typescript-eslint/consistent-type-imports": [
|
"@typescript-eslint/consistent-type-imports": [
|
||||||
"error",
|
"error",
|
||||||
|
|||||||
Reference in New Issue
Block a user