mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-10-09 09:43:40 +02: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