Skip to content

Commit 40662d7

Browse files
committed
refactor(lint): no-import-prefix
1 parent 0772fc8 commit 40662d7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

content-ok.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Ajv } from "npm:ajv@8";
1+
import { Ajv } from "ajv";
22

33
const DIR = "./events";
44

deno.jsonc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@
3434
"no-slow-types",
3535
"no-sparse-arrays",
3636
"verbatim-module-syntax"
37-
],
38-
"exclude": ["no-import-prefix"]
37+
]
3938
}
39+
},
40+
"imports": {
41+
"ajv": "npm:ajv@^8"
4042
}
4143
}

deno.lock

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)