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 f8ee625 commit 1bf4301Copy full SHA for 1bf4301
1 file changed
deno.json
@@ -70,6 +70,9 @@
70
]
71
},
72
"lint": {
73
+ "plugins": [
74
+ "jsr:@loat-dev/lint-plugins@^0.1.2/colon_spacing"
75
+ ],
76
"rules": {
77
"tags": [
78
"recommended"
@@ -101,10 +104,10 @@
101
104
}
102
105
103
106
"fmt": {
- "options": {
- "singleQuote": true,
- "lineWidth": 120
107
- }
+ "trailingCommas": "never",
108
+ "singleQuote": true,
109
+ "lineWidth": 120,
110
+ "typeLiteral.separatorKind": "comma"
111
112
"imports": {
113
"@deno/esbuild-plugin": "jsr:@deno/esbuild-plugin@^1.2.0",
0 commit comments