@raviqqe/biome-config 2.0.21 → 2.0.23

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.json +13 -1
  2. package/package.json +1 -1
package/biome.json CHANGED
@@ -13,6 +13,9 @@
13
13
  "enabled": true,
14
14
  "rules": {
15
15
  "recommended": true,
16
+ "complexity": {
17
+ "useArrowFunction": "error"
18
+ },
16
19
  "correctness": {
17
20
  "useExhaustiveDependencies": "off"
18
21
  },
@@ -59,7 +62,6 @@
59
62
  "suspicious": {
60
63
  "noAssignInExpressions": "off",
61
64
  "noConsole": "error",
62
- "noDuplicateProperties": "off",
63
65
  "noExportsInTest": "error",
64
66
  "noFocusedTests": "error",
65
67
  "noSkippedTests": "error",
@@ -149,6 +151,16 @@
149
151
  }
150
152
  }
151
153
  }
154
+ },
155
+ {
156
+ "includes": ["**/*.module.css"],
157
+ "linter": {
158
+ "rules": {
159
+ "suspicious": {
160
+ "noDuplicateProperties": "off"
161
+ }
162
+ }
163
+ }
152
164
  }
153
165
  ],
154
166
  "vcs": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raviqqe/biome-config",
3
- "version": "2.0.21",
3
+ "version": "2.0.23",
4
4
  "description": "Biome configuration",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/raviqqe/biome-config",