Skip to content

Commit 6424e21

Browse files
committed
lint
1 parent 23ff370 commit 6424e21

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

eslint.config.mjs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ export default [
1111
{
1212
languageOptions: {
1313
globals: {
14-
...globals.node,
15-
...globals.mocha,
16-
},
14+
...globals.node
15+
}
16+
},
17+
rules: {
18+
"no-unused-vars": "warn"
1719
},
1820
},
1921
]

0 commit comments

Comments
 (0)