We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4056f11 commit 772db88Copy full SHA for 772db88
1 file changed
biome.json
@@ -15,15 +15,17 @@
15
"enabled": true,
16
"rules": {
17
"recommended": true,
18
+ "correctness": {
19
+ "noUndeclaredVariables": "error"
20
+ },
21
"suspicious": {
22
"noDocumentCookie": "off"
23
}
24
25
},
26
"javascript": {
27
"formatter": {
- "trailingCommas": "es5",
- "quoteStyle": "double"
28
+ "trailingCommas": "es5"
29
30
31
0 commit comments