8 строки
146 B
Plaintext
8 строки
146 B
Plaintext
|
{
|
||
|
"extends": "@essex/eslint-config",
|
||
|
"rules": {
|
||
|
"@typescript-eslint/no-explicit-any": 0,
|
||
|
"@typescript-eslint/no-non-null-assertion": 0
|
||
|
}
|
||
|
}
|