Skip to content

Commit ea5a64b

Browse files
committed
test: exclude benchmarks from linting
1 parent a8f88ed commit ea5a64b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deno.jsonc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"exclude": [
1111
"no-explicit-any"
1212
]
13-
}
13+
},
14+
"exclude": [
15+
"./tasks/"
16+
]
1417
},
1518
"tasks": {
1619
"test": "deno test --parallel --coverage=cov_profile",

0 commit comments

Comments
 (0)