10 lines
280 B
JSON
10 lines
280 B
JSON
{
|
|
"extends": ["../../.eslintrc.base.json"],
|
|
"ignorePatterns": ["dist", "server.test.ts"],
|
|
"rules": {
|
|
"@typescript-eslint/prefer-nullish-coalescing": "off",
|
|
"@typescript-eslint/strict-boolean-expressions": "off",
|
|
"@typescript-eslint/no-explicit-any": "off"
|
|
}
|
|
}
|