mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-12-11 00:25:45 +01:00
fix(oxlint): relax @typescript-eslint/no-unsafe-type-assertion
This commit is contained in:
@@ -257,6 +257,7 @@
|
|||||||
"files": ["**/*.ts", "**/*.tsx"],
|
"files": ["**/*.ts", "**/*.tsx"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"@typescript-eslint/no-unnecessary-type-arguments": "off",
|
"@typescript-eslint/no-unnecessary-type-arguments": "off",
|
||||||
|
"@typescript-eslint/no-unsafe-type-assertion": "off",
|
||||||
"no-unused-vars": [
|
"no-unused-vars": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user