Skip to content

Commit 1bf4301

Browse files
committed
Update deno.json
1 parent f8ee625 commit 1bf4301

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

deno.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
]
7171
},
7272
"lint": {
73+
"plugins": [
74+
"jsr:@loat-dev/lint-plugins@^0.1.2/colon_spacing"
75+
],
7376
"rules": {
7477
"tags": [
7578
"recommended"
@@ -101,10 +104,10 @@
101104
}
102105
},
103106
"fmt": {
104-
"options": {
105-
"singleQuote": true,
106-
"lineWidth": 120
107-
}
107+
"trailingCommas": "never",
108+
"singleQuote": true,
109+
"lineWidth": 120,
110+
"typeLiteral.separatorKind": "comma"
108111
},
109112
"imports": {
110113
"@deno/esbuild-plugin": "jsr:@deno/esbuild-plugin@^1.2.0",

0 commit comments

Comments
 (0)