12 lines
352 B
JSON
12 lines
352 B
JSON
|
{
|
||
|
"extends": ["@uwu-codes/eslint-config/esm"],
|
||
|
"rules": {
|
||
|
"@typescript-eslint/no-unsafe-declaration-merging": "off",
|
||
|
"@typescript-eslint/explicit-function-return-type": "error",
|
||
|
"unicorn/prefer-string-replace-all": "off",
|
||
|
"unicorn/consistent-function-scoping": "off",
|
||
|
"default-case": "off",
|
||
|
"init-declarations": "off"
|
||
|
}
|
||
|
}
|