diff options
| author | MohamedBassem <me@mbassem.com> | 2024-04-19 20:01:51 +0100 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2024-04-20 00:05:31 +0100 |
| commit | 4402e6f04170cbb0613d35fe94471162253e91b2 (patch) | |
| tree | 696f6511cefa7d1c6bc3a1f8bc2de755870310cc /tooling | |
| parent | b4a13ce3d92ee505124fc98804935c1122978550 (diff) | |
| download | karakeep-4402e6f04170cbb0613d35fe94471162253e91b2.tar.zst | |
feature: Download images and screenshots
Diffstat (limited to 'tooling')
| -rw-r--r-- | tooling/eslint/base.js | 1 |
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", |
