mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02:00
fix: relax @typescript-eslint/no-unnecessary-condition
This commit is contained in:
@ -331,13 +331,6 @@ export default typescriptESLint.config(
|
|||||||
"@typescript-eslint/no-useless-constructor": "error",
|
"@typescript-eslint/no-useless-constructor": "error",
|
||||||
"@typescript-eslint/no-unnecessary-template-expression": "error",
|
"@typescript-eslint/no-unnecessary-template-expression": "error",
|
||||||
|
|
||||||
"@typescript-eslint/no-unnecessary-condition": [
|
|
||||||
"error",
|
|
||||||
{
|
|
||||||
allowConstantLoopConditions: true,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
|
|
||||||
"@typescript-eslint/adjacent-overload-signatures": "error",
|
"@typescript-eslint/adjacent-overload-signatures": "error",
|
||||||
|
|
||||||
"@typescript-eslint/array-type": [
|
"@typescript-eslint/array-type": [
|
||||||
|
Reference in New Issue
Block a user