Skip to content

Commit 68704ac

Browse files
committed
ignoring non code base files on fmt and lint
1 parent 76be4d7 commit 68704ac

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

deno.jsonc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,16 @@
88
"@cliffy/prompt": "jsr:@cliffy/[email protected]",
99
"@std/assert": "jsr:@std/assert@1"
1010
},
11-
"fmt": { "exclude": ["./.vscode"] }
11+
"fmt": { "exclude": [".vscode", ".github"] },
12+
"lint": {
13+
"ignore": [
14+
".vscode",
15+
".github",
16+
"dist",
17+
"build",
18+
"out",
19+
"target",
20+
"node_modules"
21+
]
22+
}
1223
}

0 commit comments

Comments
 (0)