Skip to content

Commit b85cb50

Browse files
committed
tweak: update eslint config
1 parent 431b0da commit b85cb50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ export default [
3535
globals: {
3636
...globals.node,
3737
"kv": true,
38+
"def": true,
39+
"use": true,
3840
}
3941
}
4042
},

0 commit comments

Comments
 (0)