From b85cb50ea23f7f10db4601c48d2dd9d8fa25cb1a Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Sat, 8 Jun 2024 20:53:39 -0400 Subject: [PATCH] tweak: update eslint config --- eslint.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eslint.config.js b/eslint.config.js index 66409945..e603aadc 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -35,6 +35,8 @@ export default [ globals: { ...globals.node, "kv": true, + "def": true, + "use": true, } } },