aboutsummaryrefslogtreecommitdiffstats
path: root/tooling/eslint/base.js
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-04-19 20:01:51 +0100
committerMohamed Bassem <me@mbassem.com>2024-04-20 00:05:31 +0100
commit4402e6f04170cbb0613d35fe94471162253e91b2 (patch)
tree696f6511cefa7d1c6bc3a1f8bc2de755870310cc /tooling/eslint/base.js
parentb4a13ce3d92ee505124fc98804935c1122978550 (diff)
downloadkarakeep-4402e6f04170cbb0613d35fe94471162253e91b2.tar.zst
feature: Download images and screenshots
Diffstat (limited to 'tooling/eslint/base.js')
-rw-r--r--tooling/eslint/base.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tooling/eslint/base.js b/tooling/eslint/base.js
index 123b25fb..4aa34798 100644
--- a/tooling/eslint/base.js
+++ b/tooling/eslint/base.js
@@ -28,6 +28,7 @@ const config = {
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/unbound-method": "off",
"@typescript-eslint/restrict-template-expressions": "off",
+ "@typescript-eslint/prefer-optional-chain": "off",
},
ignorePatterns: [
"**/*.config.js",