@nivalis/biome-config 0.1.1 → 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.
Files changed (2) hide show
  1. package/biome.jsonc +3 -1
  2. package/package.json +1 -1
package/biome.jsonc CHANGED
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nivalis/biome-config",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Configuration for biome",
5
5
  "main": "./biome.jsonc",
6
6
  "files": [