eslint-config-heck 6.1.0 → 6.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/node.js +3 -0
- package/nodeWithBiome.js +3 -0
- package/package.json +11 -11
package/node.js
CHANGED
|
@@ -257,6 +257,7 @@ export default [
|
|
|
257
257
|
"no-shadow-restricted-names": "error",
|
|
258
258
|
"no-ternary": "off",
|
|
259
259
|
"no-throw-literal": "error",
|
|
260
|
+
"no-unassigned-vars": "error",
|
|
260
261
|
"no-undef-init": "error",
|
|
261
262
|
"no-undefined": "off",
|
|
262
263
|
"no-underscore-dangle": [
|
|
@@ -997,6 +998,7 @@ export default [
|
|
|
997
998
|
"@typescript-eslint/no-unnecessary-type-arguments": "error",
|
|
998
999
|
"@typescript-eslint/no-unnecessary-type-assertion": "error",
|
|
999
1000
|
"@typescript-eslint/no-unnecessary-type-constraint": "error",
|
|
1001
|
+
"@typescript-eslint/no-unnecessary-type-conversion": "error",
|
|
1000
1002
|
"@typescript-eslint/no-unnecessary-type-parameters": "error",
|
|
1001
1003
|
"@typescript-eslint/no-unsafe-argument": "error",
|
|
1002
1004
|
"@typescript-eslint/no-unsafe-assignment": "error",
|
|
@@ -1241,6 +1243,7 @@ export default [
|
|
|
1241
1243
|
"testing-library/no-node-access": "error",
|
|
1242
1244
|
"testing-library/no-promise-in-fire-event": "off",
|
|
1243
1245
|
"testing-library/no-render-in-lifecycle": "error",
|
|
1246
|
+
"testing-library/no-test-id-queries": "error",
|
|
1244
1247
|
"testing-library/no-unnecessary-act": "error",
|
|
1245
1248
|
"testing-library/no-wait-for-multiple-assertions": "error",
|
|
1246
1249
|
"testing-library/no-wait-for-side-effects": "error",
|
package/nodeWithBiome.js
CHANGED
|
@@ -228,6 +228,7 @@ export default [
|
|
|
228
228
|
"no-shadow-restricted-names": "off",
|
|
229
229
|
"no-ternary": "off",
|
|
230
230
|
"no-throw-literal": "off",
|
|
231
|
+
"no-unassigned-vars": "error",
|
|
231
232
|
"no-undef-init": "off",
|
|
232
233
|
"no-undefined": "off",
|
|
233
234
|
"no-underscore-dangle": [
|
|
@@ -866,6 +867,7 @@ export default [
|
|
|
866
867
|
"@typescript-eslint/no-unnecessary-type-arguments": "error",
|
|
867
868
|
"@typescript-eslint/no-unnecessary-type-assertion": "error",
|
|
868
869
|
"@typescript-eslint/no-unnecessary-type-constraint": "off",
|
|
870
|
+
"@typescript-eslint/no-unnecessary-type-conversion": "error",
|
|
869
871
|
"@typescript-eslint/no-unnecessary-type-parameters": "error",
|
|
870
872
|
"@typescript-eslint/no-unsafe-argument": "error",
|
|
871
873
|
"@typescript-eslint/no-unsafe-assignment": "error",
|
|
@@ -1098,6 +1100,7 @@ export default [
|
|
|
1098
1100
|
"testing-library/no-node-access": "error",
|
|
1099
1101
|
"testing-library/no-promise-in-fire-event": "off",
|
|
1100
1102
|
"testing-library/no-render-in-lifecycle": "error",
|
|
1103
|
+
"testing-library/no-test-id-queries": "error",
|
|
1101
1104
|
"testing-library/no-unnecessary-act": "error",
|
|
1102
1105
|
"testing-library/no-wait-for-multiple-assertions": "error",
|
|
1103
1106
|
"testing-library/no-wait-for-side-effects": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-heck",
|
|
3
|
-
"version": "6.1
|
|
3
|
+
"version": "6.2.1",
|
|
4
4
|
"description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
"author": "atheck",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@stylistic/eslint-plugin": "4.
|
|
32
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
33
|
-
"@typescript-eslint/parser": "8.
|
|
34
|
-
"eslint": "9.
|
|
31
|
+
"@stylistic/eslint-plugin": "4.4.0",
|
|
32
|
+
"@typescript-eslint/eslint-plugin": "8.33.0",
|
|
33
|
+
"@typescript-eslint/parser": "8.33.0",
|
|
34
|
+
"eslint": "9.28.0",
|
|
35
35
|
"eslint-plugin-import": "2.31.0",
|
|
36
|
-
"eslint-plugin-jest": "28.
|
|
36
|
+
"eslint-plugin-jest": "28.12.0",
|
|
37
37
|
"eslint-plugin-react": "7.37.5",
|
|
38
38
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
39
39
|
"eslint-plugin-react-native": "5.0.0",
|
|
40
|
-
"eslint-plugin-testing-library": "7.
|
|
41
|
-
"eslint-plugin-unicorn": "59.0.
|
|
40
|
+
"eslint-plugin-testing-library": "7.3.0",
|
|
41
|
+
"eslint-plugin-unicorn": "59.0.1",
|
|
42
42
|
"typescript": "5.8.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"@testing-library/dom": "10.4.0",
|
|
47
47
|
"@testing-library/react": "16.3.0",
|
|
48
48
|
"@types/jest": "29.5.14",
|
|
49
|
-
"@types/react": "19.1.
|
|
50
|
-
"globals": "16.
|
|
49
|
+
"@types/react": "19.1.6",
|
|
50
|
+
"globals": "16.2.0",
|
|
51
51
|
"jest": "29.7.0",
|
|
52
52
|
"react": "19.1.0",
|
|
53
|
-
"semantic-release": "24.2.
|
|
53
|
+
"semantic-release": "24.2.5"
|
|
54
54
|
},
|
|
55
55
|
"repository": {
|
|
56
56
|
"type": "git",
|