Skip to content

Commit cd425d3

Browse files
authored
chore: fix ci (#156)
1 parent 0a2e2f7 commit cd425d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"lint": {
2222
"rules": {
23-
"exclude": ["no-explicit-any"]
23+
"exclude": ["no-explicit-any", "no-sloppy-imports"]
2424
},
2525
"exclude": [
2626
"**/*.generated.ts"

0 commit comments

Comments
 (0)