@dvashim/biome-config 1.2.0 → 1.2.1

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/README.md CHANGED
@@ -130,7 +130,7 @@ React balanced configuration:
130
130
 
131
131
  ### Schema
132
132
 
133
- - `https://biomejs.dev/schemas/2.4.0/schema.json`
133
+ - `https://biomejs.dev/schemas/2.4.4/schema.json`
134
134
 
135
135
  ## Rules
136
136
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.4.0/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
3
3
 
4
4
  "assist": {
5
5
  "actions": {
@@ -103,6 +103,7 @@
103
103
  },
104
104
  "nursery": {
105
105
  "noAmbiguousAnchorText": "warn",
106
+ "noConditionalExpect": "warn",
106
107
  "noContinue": "info",
107
108
  "noDivRegex": "warn",
108
109
  "noDuplicateAttributes": "warn",
@@ -122,6 +123,16 @@
122
123
  "noMultiStr": "error",
123
124
  "noNestedPromises": "warn",
124
125
  "noParametersOnlyUsedInRecursion": "error",
126
+ "noPlaywrightElementHandle": "warn",
127
+ "noPlaywrightEval": "warn",
128
+ "noPlaywrightForceOption": "warn",
129
+ "noPlaywrightMissingAwait": "warn",
130
+ "noPlaywrightNetworkidle": "warn",
131
+ "noPlaywrightPagePause": "warn",
132
+ "noPlaywrightUselessAwait": "warn",
133
+ "noPlaywrightWaitForNavigation": "warn",
134
+ "noPlaywrightWaitForSelector": "warn",
135
+ "noPlaywrightWaitForTimeout": "warn",
125
136
  "noProto": "warn",
126
137
  "noRedundantDefaultExport": "warn",
127
138
  "noReturnAssign": "warn",
@@ -140,9 +151,11 @@
140
151
  "useDestructuring": "warn",
141
152
  "useErrorCause": "warn",
142
153
  "useExhaustiveSwitchCases": "warn",
154
+ "useExpect": "warn",
143
155
  "useExplicitType": "off",
144
156
  "useFind": "warn",
145
157
  "useGlobalThis": "warn",
158
+ "usePlaywrightValidDescribeCallback": "warn",
146
159
  "useRegexpExec": "warn",
147
160
  "useSpread": "warn",
148
161
  "noIncrementDecrement": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.4.0/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
3
3
 
4
4
  "assist": {
5
5
  "actions": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.4.0/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
3
3
 
4
4
  "assist": {
5
5
  "actions": {
@@ -98,6 +98,7 @@
98
98
  },
99
99
  "nursery": {
100
100
  "noAmbiguousAnchorText": "warn",
101
+ "noConditionalExpect": "warn",
101
102
  "noContinue": "warn",
102
103
  "noDivRegex": "warn",
103
104
  "noDuplicateAttributes": "warn",
@@ -118,6 +119,16 @@
118
119
  "noMultiStr": "error",
119
120
  "noNestedPromises": "warn",
120
121
  "noParametersOnlyUsedInRecursion": "error",
122
+ "noPlaywrightElementHandle": "warn",
123
+ "noPlaywrightEval": "warn",
124
+ "noPlaywrightForceOption": "warn",
125
+ "noPlaywrightMissingAwait": "warn",
126
+ "noPlaywrightNetworkidle": "warn",
127
+ "noPlaywrightPagePause": "warn",
128
+ "noPlaywrightUselessAwait": "warn",
129
+ "noPlaywrightWaitForNavigation": "warn",
130
+ "noPlaywrightWaitForSelector": "warn",
131
+ "noPlaywrightWaitForTimeout": "warn",
121
132
  "noProto": "warn",
122
133
  "noRedundantDefaultExport": "warn",
123
134
  "noReturnAssign": "warn",
@@ -136,9 +147,11 @@
136
147
  "useDestructuring": "warn",
137
148
  "useErrorCause": "warn",
138
149
  "useExhaustiveSwitchCases": "warn",
150
+ "useExpect": "warn",
139
151
  "useExplicitType": "off",
140
152
  "useFind": "warn",
141
153
  "useGlobalThis": "warn",
154
+ "usePlaywrightValidDescribeCallback": "warn",
142
155
  "useRegexpExec": "warn",
143
156
  "useSpread": "warn"
144
157
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.4.0/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
3
3
 
4
4
  "assist": {
5
5
  "actions": {
package/package.json CHANGED
@@ -3,13 +3,13 @@
3
3
  "license": "MIT",
4
4
  "name": "@dvashim/biome-config",
5
5
  "type": "module",
6
- "version": "1.2.0",
6
+ "version": "1.2.1",
7
7
  "author": {
8
8
  "email": "aleksei@dvashim.dev",
9
9
  "name": "Aleksei Reznichenko"
10
10
  },
11
11
  "devDependencies": {
12
- "@biomejs/biome": "^2.4.0",
12
+ "@biomejs/biome": "^2.4.4",
13
13
  "@changesets/changelog-github": "^0.5.2",
14
14
  "@changesets/cli": "^2.29.8",
15
15
  "validate-package-exports": "^0.18.0"