We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b5e188 + 9e89cf7 commit 4a1f44dCopy full SHA for 4a1f44d
1 file changed
deno.jsonc
@@ -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