Skip to content

Commit fdf3de0

Browse files
committed
updated allow-import rules
1 parent 3e84526 commit fdf3de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deno.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"tasks": {
1717
"pretty": "deno lint --ignore=docs && deno check . && deno fmt",
18-
"test": "deno test -REI -N=0.0.0.0,127.0.0.1",
19-
"check-doc": "deno check --doc .",
18+
"test": "deno test -RE -I=jspm.dev,jsr.io,deno.land -N=0.0.0.0,127.0.0.1",
19+
"check-doc": "deno check -I=jspm.dev,jsr.io,deno.land --doc .",
2020
"doc": "deno doc --html mod.ts"
2121
},
2222
"imports": {

0 commit comments

Comments
 (0)