eslint-config-heck 8.5.2 → 8.6.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/biomeCss.json CHANGED
@@ -24,6 +24,9 @@
24
24
  "noUnknownUnit": "error",
25
25
  "noUnmatchableAnbSelector": "error"
26
26
  },
27
+ "nursery": {
28
+ "noEmptySource": "error"
29
+ },
27
30
  "style": {
28
31
  "noDescendingSpecificity": "error",
29
32
  "noValueAtRule": "error"
package/biomeJsTs.json CHANGED
@@ -147,13 +147,12 @@
147
147
  },
148
148
  "nursery": {
149
149
  "noDeprecatedImports": "off",
150
+ "noEmptySource": "error",
150
151
  "noFloatingPromises": "error",
151
152
  "noImportCycles": "error",
152
153
  "noJsxLiterals": "error",
153
154
  "noMisusedPromises": "error",
154
- "noNonNullAssertedOptionalChain": "error",
155
155
  "noReactForwardRef": "error",
156
- "noSecrets": "off",
157
156
  "noShadow": "off",
158
157
  "noUnnecessaryConditions": "off",
159
158
  "noUnresolvedImports": "off",
@@ -161,10 +160,8 @@
161
160
  "noUselessCatchBinding": "error",
162
161
  "noUselessUndefined": "error",
163
162
  "useConsistentArrowReturn": "error",
164
- "useConsistentTypeDefinitions": "error",
165
163
  "useExhaustiveSwitchCases": "error",
166
164
  "useExplicitType": "off",
167
- "useReactFunctionComponents": "warn",
168
165
  "useSortedClasses": "off"
169
166
  },
170
167
  "performance": {
@@ -185,7 +182,8 @@
185
182
  "noBlankTarget": "error",
186
183
  "noDangerouslySetInnerHtml": "error",
187
184
  "noDangerouslySetInnerHtmlWithChildren": "error",
188
- "noGlobalEval": "error"
185
+ "noGlobalEval": "error",
186
+ "noSecrets": "off"
189
187
  },
190
188
  "style": {
191
189
  "noCommonJs": "error",
@@ -234,6 +232,7 @@
234
232
  "syntax": "shorthand"
235
233
  }
236
234
  },
235
+ "useConsistentTypeDefinitions": "error",
237
236
  "useConst": "error",
238
237
  "useDefaultParameterLast": "error",
239
238
  "useDefaultSwitchClause": "off",
@@ -280,6 +279,7 @@
280
279
  "useNumberNamespace": "error",
281
280
  "useNumericSeparators": "error",
282
281
  "useObjectSpread": "error",
282
+ "useReactFunctionComponents": "warn",
283
283
  "useReadonlyClassProperties": "error",
284
284
  "useSelfClosingElements": "error",
285
285
  "useShorthandAssign": "error",
@@ -341,6 +341,7 @@
341
341
  "noMisleadingInstantiator": "error",
342
342
  "noMisplacedAssertion": "error",
343
343
  "noMisrefactoredShorthandAssign": "error",
344
+ "noNonNullAssertedOptionalChain": "error",
344
345
  "noOctalEscape": "error",
345
346
  "noPrototypeBuiltins": "error",
346
347
  "noReactSpecificProps": "off",
package/biomeJson.json CHANGED
@@ -5,7 +5,8 @@
5
5
  "enabled": true,
6
6
  "rules": {
7
7
  "nursery": {
8
- "noDuplicateDependencies": "error"
8
+ "noDuplicateDependencies": "error",
9
+ "noEmptySource": "error"
9
10
  },
10
11
  "suspicious": {
11
12
  "noBiomeFirstException": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "8.5.2",
3
+ "version": "8.6.1",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -42,7 +42,7 @@
42
42
  "typescript": "5.9.3"
43
43
  },
44
44
  "devDependencies": {
45
- "@biomejs/biome": "2.2.6",
45
+ "@biomejs/biome": "2.3.0",
46
46
  "@testing-library/dom": "10.4.1",
47
47
  "@testing-library/react": "16.3.0",
48
48
  "@types/jest": "30.0.0",
@@ -54,6 +54,6 @@
54
54
  },
55
55
  "repository": {
56
56
  "type": "git",
57
- "url": "https://github.com/atheck/eslint-config-heck.git"
57
+ "url": "git+https://github.com/atheck/eslint-config-heck.git"
58
58
  }
59
59
  }