We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5e188 commit 9e89cf7Copy full SHA for 9e89cf7
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