Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Commit eba971f

Browse files
committed
chore: exclude no-import-prefix lint rule
The no-import-prefix rule is not needed for this project.
1 parent d95c6d8 commit eba971f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

deno.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"name": "@probitas/cli",
3+
"lint": {
4+
"rules": {
5+
"exclude": ["no-import-prefix"]
6+
}
7+
},
38
"version": "0.0.0",
49
"exports": "./mod.ts",
510
"publish": {

deno.lock

Lines changed: 4 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)