diff options
| author | MohamedBassem <me@mbassem.com> | 2024-04-15 18:39:59 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-04-15 18:55:34 +0100 |
| commit | 81e0b2849d837649da9adbc5d077b8c819fe7bee (patch) | |
| tree | 003bb21413372825dc19c07a87bdbe6692e384a9 /tooling/eslint/base.js | |
| parent | 5c9acb1cb3bfe341378b91bbed344dd7202a00d7 (diff) | |
| download | karakeep-81e0b2849d837649da9adbc5d077b8c819fe7bee.tar.zst | |
feature: Add title to bookmarks and allow editing them. Fixes #27
Diffstat (limited to 'tooling/eslint/base.js')
| -rw-r--r-- | tooling/eslint/base.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tooling/eslint/base.js b/tooling/eslint/base.js index 285993ef..123b25fb 100644 --- a/tooling/eslint/base.js +++ b/tooling/eslint/base.js @@ -19,10 +19,7 @@ const config = { "error", { argsIgnorePattern: "^_", varsIgnorePattern: "^_" }, ], - "@typescript-eslint/consistent-type-imports": [ - "warn", - { prefer: "type-imports", fixStyle: "separate-type-imports" }, - ], + "@typescript-eslint/consistent-type-imports": "off", "@typescript-eslint/no-misused-promises": [ 2, { checksVoidReturn: { attributes: false } }, |
