Skip to content

Commit 36a8bbe

Browse files
committed
chore: update lint & fmt config
1 parent 7a4c1fb commit 36a8bbe

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

deno.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"lint": {
3-
"files": {
4-
"exclude": [
5-
".git",
6-
"test/fixture",
7-
"node_modules"
8-
]
9-
},
3+
"exclude": [
4+
".git",
5+
"test/fixture",
6+
"node_modules"
7+
],
108
"rules": {
119
"exclude": [
1210
"no-process-globals",
@@ -17,13 +15,11 @@
1715
}
1816
},
1917
"fmt": {
20-
"files": {
21-
"exclude": [
22-
".git",
23-
"test/fixture",
24-
"node_modules"
25-
]
26-
}
18+
"exclude": [
19+
".git",
20+
"test/fixture",
21+
"node_modules"
22+
]
2723
},
2824
"unstable": [
2925
"unsafe-proto"

0 commit comments

Comments
 (0)