eslint-config-heck 9.1.1 → 9.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/biomeCss.json CHANGED
@@ -24,6 +24,9 @@
24
24
  "noUnknownUnit": "error",
25
25
  "noUnmatchableAnbSelector": "error"
26
26
  },
27
+ "nursery": {
28
+ "useBaseline": "warn"
29
+ },
27
30
  "style": {
28
31
  "noDescendingSpecificity": "error",
29
32
  "noValueAtRule": "error"
@@ -44,4 +47,4 @@
44
47
  }
45
48
  }
46
49
  }
47
- }
50
+ }
package/biomeJsTs.json CHANGED
@@ -184,7 +184,7 @@
184
184
  "noRedundantDefaultExport": "error",
185
185
  "noReturnAssign": "error",
186
186
  "noScriptUrl": "error",
187
- "noShadow": "off",
187
+ "noShadow": "error",
188
188
  "noSyncScripts": "error",
189
189
  "noTernary": "off",
190
190
  "noUndeclaredEnvVars": "off",
@@ -208,6 +208,7 @@
208
208
  "useExplicitType": "off",
209
209
  "useFind": "off",
210
210
  "useGlobalThis": "off",
211
+ "useImportsFirst": "error",
211
212
  "useNamedCaptureGroup": "error",
212
213
  "useNullishCoalescing": "error",
213
214
  "usePlaywrightValidDescribeCallback": "off",
package/biomeJson.json CHANGED
@@ -4,6 +4,10 @@
4
4
  "linter": {
5
5
  "enabled": true,
6
6
  "rules": {
7
+ "nursery": {
8
+ "noEmptyObjectKeys": "warn",
9
+ "noTopLevelLiterals": "warn"
10
+ },
7
11
  "suspicious": {
8
12
  "noBiomeFirstException": "error",
9
13
  "noDuplicateDependencies": "error",
@@ -14,4 +18,4 @@
14
18
  }
15
19
  }
16
20
  }
17
- }
21
+ }
package/nodeWithBiome.js CHANGED
@@ -216,7 +216,7 @@ export default [
216
216
  "no-return-assign": "off",
217
217
  "no-script-url": "off",
218
218
  "no-sequences": "off",
219
- "no-shadow": "error",
219
+ "no-shadow": "off",
220
220
  "no-shadow-restricted-names": "off",
221
221
  "no-ternary": "off",
222
222
  "no-throw-literal": "off",
@@ -823,7 +823,7 @@ export default [
823
823
  "@typescript-eslint/no-restricted-imports": "off",
824
824
  "@typescript-eslint/no-restricted-types": "off",
825
825
  "no-shadow": "off",
826
- "@typescript-eslint/no-shadow": "error",
826
+ "@typescript-eslint/no-shadow": "off",
827
827
  "@typescript-eslint/no-this-alias": "off",
828
828
  "@typescript-eslint/no-type-alias": "off",
829
829
  "@typescript-eslint/no-unnecessary-boolean-literal-compare": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "9.1.1",
3
+ "version": "9.2.1",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -29,8 +29,8 @@
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "@stylistic/eslint-plugin": "5.10.0",
32
- "@typescript-eslint/eslint-plugin": "8.56.1",
33
- "@typescript-eslint/parser": "8.56.1",
32
+ "@typescript-eslint/eslint-plugin": "8.57.1",
33
+ "@typescript-eslint/parser": "8.57.1",
34
34
  "eslint": "9.39.4",
35
35
  "eslint-plugin-import": "2.32.0",
36
36
  "eslint-plugin-jest": "29.15.0",
@@ -42,13 +42,13 @@
42
42
  "typescript": "5.9.3"
43
43
  },
44
44
  "devDependencies": {
45
- "@biomejs/biome": "2.4.6",
45
+ "@biomejs/biome": "2.4.7",
46
46
  "@testing-library/dom": "10.4.1",
47
47
  "@testing-library/react": "16.3.2",
48
48
  "@types/jest": "30.0.0",
49
49
  "@types/react": "19.2.14",
50
50
  "globals": "17.4.0",
51
- "jest": "30.2.0",
51
+ "jest": "30.3.0",
52
52
  "react": "19.2.4",
53
53
  "semantic-release": "25.0.3"
54
54
  },