eslint-config-heck 6.2.1 → 6.3.0
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 +1 -0
- package/nodeWithBiome.js +1 -0
- package/package.json +7 -7
package/node.js
CHANGED
|
@@ -1197,6 +1197,7 @@ export default [
|
|
|
1197
1197
|
"jest/prefer-called-with": "error",
|
|
1198
1198
|
"jest/prefer-comparison-matcher": "error",
|
|
1199
1199
|
"jest/prefer-each": "error",
|
|
1200
|
+
"jest/prefer-ending-with-an-expect": "error",
|
|
1200
1201
|
"jest/prefer-equality-matcher": "error",
|
|
1201
1202
|
"jest/prefer-expect-assertions": "off",
|
|
1202
1203
|
"jest/prefer-expect-resolves": "error",
|
package/nodeWithBiome.js
CHANGED
|
@@ -1054,6 +1054,7 @@ export default [
|
|
|
1054
1054
|
"jest/prefer-called-with": "error",
|
|
1055
1055
|
"jest/prefer-comparison-matcher": "error",
|
|
1056
1056
|
"jest/prefer-each": "error",
|
|
1057
|
+
"jest/prefer-ending-with-an-expect": "error",
|
|
1057
1058
|
"jest/prefer-equality-matcher": "error",
|
|
1058
1059
|
"jest/prefer-expect-assertions": "off",
|
|
1059
1060
|
"jest/prefer-expect-resolves": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-heck",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.0",
|
|
4
4
|
"description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
"author": "atheck",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@stylistic/eslint-plugin": "4.4.
|
|
32
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
33
|
-
"@typescript-eslint/parser": "8.
|
|
31
|
+
"@stylistic/eslint-plugin": "4.4.1",
|
|
32
|
+
"@typescript-eslint/eslint-plugin": "8.34.0",
|
|
33
|
+
"@typescript-eslint/parser": "8.34.0",
|
|
34
34
|
"eslint": "9.28.0",
|
|
35
35
|
"eslint-plugin-import": "2.31.0",
|
|
36
|
-
"eslint-plugin-jest": "28.
|
|
36
|
+
"eslint-plugin-jest": "28.13.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.
|
|
40
|
+
"eslint-plugin-testing-library": "7.5.1",
|
|
41
41
|
"eslint-plugin-unicorn": "59.0.1",
|
|
42
42
|
"typescript": "5.8.3"
|
|
43
43
|
},
|
|
@@ -46,7 +46,7 @@
|
|
|
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.
|
|
49
|
+
"@types/react": "19.1.7",
|
|
50
50
|
"globals": "16.2.0",
|
|
51
51
|
"jest": "29.7.0",
|
|
52
52
|
"react": "19.1.0",
|