Skip to content

Commit 4a1f44d

Browse files
authored
Merge pull request #77 from pkgxdev/fix-linter
fix linter
2 parents 2b5e188 + 9e89cf7 commit 4a1f44d

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)