chore: update planned rule

This commit is contained in:
Miodec 2023-12-19 13:47:33 +01:00
parent 30f0241df9
commit ccdc774e72

View file

@ -40,8 +40,11 @@
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-var-requires": "off",
// "@typescript-eslint/no-floating-promises": "error" // consider adding these
// "@typescript-eslint/strict-boolean-expressions": "warn",
// "@typescript-eslint/no-floating-promises": "error", // consider adding these
// "@typescript-eslint/strict-boolean-expressions": [
// "warn",
// { "allowNullableBoolean": true }
// ],
// "import/default": "off",
"import/no-unresolved": [
"error",