Skip to content

Commit 71fa46a

Browse files
committed
allow unversioned imports
preserve behavior; should probably just version. see: https://docs.deno.com/lint/rules/no-unversioned-import/
1 parent f91af6f commit 71fa46a

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
@@ -7,7 +7,7 @@
77
"include": ["src/", "./app.ts"],
88
"exclude": ["**/*.test.ts", "./action.js"],
99
"rules": {
10-
"exclude": ["no-import-prefix"]
10+
"exclude": ["no-import-prefix", "no-unversioned-import"]
1111
}
1212
},
1313
"test": {

0 commit comments

Comments
 (0)