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, } } },