We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c431b commit 6de9429Copy full SHA for 6de9429
src-ts/.eslintrc.js
@@ -52,6 +52,7 @@ module.exports = {
52
'@typescript-eslint/strict-boolean-expressions': [
53
'error',
54
{
55
+ allowAny: true,
56
allowNullableBoolean: true,
57
allowNullableObject: true,
58
allowNullableNumber: true,
0 commit comments