We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb55db commit a48cd1aCopy full SHA for a48cd1a
deno.json
@@ -2,6 +2,20 @@
2
"tasks": {
3
"start": "deno run -P=putout packages/putout/bin/tracer.mjs"
4
},
5
+ "lint": {
6
+ "exclude": [
7
+ "**/*fixture"
8
+ ],
9
+ "rules": {
10
11
+ "no-unused-vars",
12
+ "no-cond-assign",
13
+ "no-control-regex",
14
+ "no-var",
15
+ "require-await"
16
+ ]
17
+ }
18
+ },
19
"permissions": {
20
"putout": {
21
"env": true,
package.json
@@ -27,7 +27,6 @@
27
"fresh:only:eslint": "madrun fresh:only:eslint",
28
"lint:oxlint": "madrun lint:oxlint",
29
"lint": "madrun lint",
30
- "prelint": "madrun prelint",
31
"lint:mark": "madrun lint:mark",
32
"memory": "madrun memory",
33
"time": "madrun time",
0 commit comments