diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-27 10:15:27 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2024-03-27 11:56:13 +0000 |
| commit | ff00ebca308f445785096611c47beed0c2c46c9c (patch) | |
| tree | 510f4139ce89affc2ff04bb61731097b7cb64e37 /tooling/eslint/base.js | |
| parent | 75dbb95807069f4ed86392da8fb744d8c6ac016c (diff) | |
| download | karakeep-ff00ebca308f445785096611c47beed0c2c46c9c.tar.zst | |
refactor: Validate env variables using zod
Diffstat (limited to 'tooling/eslint/base.js')
| -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 2bc62548..7a4f9377 100644 --- a/tooling/eslint/base.js +++ b/tooling/eslint/base.js @@ -30,6 +30,7 @@ const config = { "import/consistent-type-specifier-style": ["error", "prefer-top-level"], "@typescript-eslint/no-floating-promises": "off", "@typescript-eslint/unbound-method": "off", + "@typescript-eslint/restrict-template-expressions": "off", }, ignorePatterns: [ "**/*.config.js", |
