Skip to content

Commit 06c0969

Browse files
authored
chore: add jsx and react to lint tags (#711)
1 parent 913e170 commit 06c0969

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
@@ -41,5 +41,5 @@
4141
"tabler_icons_tsx/": "https://deno.land/x/tabler_icons_tsx@0.0.4/tsx/",
4242
"fresh_charts/": "https://deno.land/x/fresh_charts@0.3.1/"
4343
},
44-
"lint": { "rules": { "tags": ["fresh", "recommended"] } }
44+
"lint": { "rules": { "tags": ["fresh", "recommended", "jsx", "react"] } }
4545
}

0 commit comments

Comments
 (0)