Skip to content

Commit 2c5ba07

Browse files
committed
fix-linter
1 parent 2b5e188 commit 2c5ba07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

deno.jsonc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"fmt": {
3+
"exclude": ["tea.yaml"], // not germane
4+
},
5+
"lint": {
6+
"rules": {
7+
"exclude": ["no-import-prefix"] // we still use jsr:
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)