We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431b0da commit b85cb50Copy full SHA for b85cb50
eslint.config.js
@@ -35,6 +35,8 @@ export default [
35
globals: {
36
...globals.node,
37
"kv": true,
38
+ "def": true,
39
+ "use": true,
40
}
41
42
},
0 commit comments