Skip to content

Commit 9c342c6

Browse files
committed
Fix lint rules
1 parent 2465689 commit 9c342c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.oxlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
}
117117
},
118118
{
119-
"files": ["bench/**/*.mjs"],
119+
"files": ["tests/bench/**/*.mjs"],
120120
"rules": {
121121
"no-console": "off"
122122
}

0 commit comments

Comments
 (0)