Skip to content

Commit a48cd1a

Browse files
committed
chore: deno: add lint
1 parent beb55db commit a48cd1a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

deno.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
"tasks": {
33
"start": "deno run -P=putout packages/putout/bin/tracer.mjs"
44
},
5+
"lint": {
6+
"exclude": [
7+
"**/*fixture"
8+
],
9+
"rules": {
10+
"exclude": [
11+
"no-unused-vars",
12+
"no-cond-assign",
13+
"no-control-regex",
14+
"no-var",
15+
"require-await"
16+
]
17+
}
18+
},
519
"permissions": {
620
"putout": {
721
"env": true,

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"fresh:only:eslint": "madrun fresh:only:eslint",
2828
"lint:oxlint": "madrun lint:oxlint",
2929
"lint": "madrun lint",
30-
"prelint": "madrun prelint",
3130
"lint:mark": "madrun lint:mark",
3231
"memory": "madrun memory",
3332
"time": "madrun time",

0 commit comments

Comments
 (0)