Skip to content
Snippets Groups Projects
Commit bc42b07e authored by Benedikt Magnus's avatar Benedikt Magnus
Browse files

ESLint: Added "checkLoops: false" to no-constant-condition.

parent a7554b3e
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,12 @@
"ignoreReadBeforeAssign": true
}
],
"no-constant-condition": [
"error",
{
"checkLoops": false
}
],
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unused-vars": "off", // Provided by the tsconfig.json
"@typescript-eslint/no-explicit-any": "off",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment