@nivalis/biome-config 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/biome.jsonc +4 -2
- package/package.json +1 -1
package/biome.jsonc
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"formatter": {
|
|
117
117
|
"lineEnding": "lf",
|
|
118
118
|
"lineWidth": 80,
|
|
119
|
-
"quoteStyle": "
|
|
119
|
+
"quoteStyle": "single"
|
|
120
120
|
},
|
|
121
121
|
"parser": {
|
|
122
122
|
"allowWrongLineComments": false,
|
|
@@ -645,7 +645,9 @@
|
|
|
645
645
|
"useDefaultSwitchClauseLast": "error",
|
|
646
646
|
"useGetterReturn": "error",
|
|
647
647
|
"useGuardForIn": "error",
|
|
648
|
-
"useIterableCallbackReturn": "error"
|
|
648
|
+
"useIterableCallbackReturn": "error",
|
|
649
|
+
|
|
650
|
+
"noUnknownAtRules": "off"
|
|
649
651
|
},
|
|
650
652
|
"performance": {
|
|
651
653
|
"recommended": true,
|