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 7a4c1fb commit 36a8bbeCopy full SHA for 36a8bbe
deno.json
@@ -1,12 +1,10 @@
1
{
2
"lint": {
3
- "files": {
4
- "exclude": [
5
- ".git",
6
- "test/fixture",
7
- "node_modules"
8
- ]
9
- },
+ "exclude": [
+ ".git",
+ "test/fixture",
+ "node_modules"
+ ],
10
"rules": {
11
"exclude": [
12
"no-process-globals",
@@ -17,13 +15,11 @@
17
15
}
18
16
},
19
"fmt": {
20
21
22
23
24
25
26
- }
+ ]
27
28
"unstable": [
29
"unsafe-proto"
0 commit comments