aboutsummaryrefslogtreecommitdiffstats
path: root/tooling
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-27 10:15:27 +0000
committerMohamed Bassem <me@mbassem.com>2024-03-27 11:56:13 +0000
commitff00ebca308f445785096611c47beed0c2c46c9c (patch)
tree510f4139ce89affc2ff04bb61731097b7cb64e37 /tooling
parent75dbb95807069f4ed86392da8fb744d8c6ac016c (diff)
downloadkarakeep-ff00ebca308f445785096611c47beed0c2c46c9c.tar.zst
refactor: Validate env variables using zod
Diffstat (limited to 'tooling')
-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 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",