eslint-config-heck 7.1.0 → 7.1.2
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/biomeJsTs.json +1 -1
- package/nodeWithBiome.js +2 -2
- package/package.json +8 -8
package/biomeJsTs.json
CHANGED
package/nodeWithBiome.js
CHANGED
|
@@ -218,7 +218,7 @@ export default [
|
|
|
218
218
|
"no-return-assign": "off",
|
|
219
219
|
"no-script-url": "error",
|
|
220
220
|
"no-sequences": "off",
|
|
221
|
-
"no-shadow": "
|
|
221
|
+
"no-shadow": "error",
|
|
222
222
|
"no-shadow-restricted-names": "off",
|
|
223
223
|
"no-ternary": "off",
|
|
224
224
|
"no-throw-literal": "off",
|
|
@@ -821,7 +821,7 @@ export default [
|
|
|
821
821
|
"@typescript-eslint/no-restricted-imports": "off",
|
|
822
822
|
"@typescript-eslint/no-restricted-types": "off",
|
|
823
823
|
"no-shadow": "off",
|
|
824
|
-
"@typescript-eslint/no-shadow": "
|
|
824
|
+
"@typescript-eslint/no-shadow": "error",
|
|
825
825
|
"@typescript-eslint/no-this-alias": "off",
|
|
826
826
|
"@typescript-eslint/no-type-alias": "off",
|
|
827
827
|
"@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": "7.1.
|
|
3
|
+
"version": "7.1.2",
|
|
4
4
|
"description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -28,21 +28,21 @@
|
|
|
28
28
|
"author": "atheck",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@stylistic/eslint-plugin": "5.
|
|
32
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
33
|
-
"@typescript-eslint/parser": "8.
|
|
34
|
-
"eslint": "9.
|
|
31
|
+
"@stylistic/eslint-plugin": "5.2.0",
|
|
32
|
+
"@typescript-eslint/eslint-plugin": "8.37.0",
|
|
33
|
+
"@typescript-eslint/parser": "8.37.0",
|
|
34
|
+
"eslint": "9.31.0",
|
|
35
35
|
"eslint-plugin-import": "2.32.0",
|
|
36
36
|
"eslint-plugin-jest": "29.0.1",
|
|
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.6.0",
|
|
41
41
|
"eslint-plugin-unicorn": "59.0.1",
|
|
42
42
|
"typescript": "5.8.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@biomejs/biome": "2.1.
|
|
45
|
+
"@biomejs/biome": "2.1.2",
|
|
46
46
|
"@testing-library/dom": "10.4.0",
|
|
47
47
|
"@testing-library/react": "16.3.0",
|
|
48
48
|
"@types/jest": "30.0.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"globals": "16.3.0",
|
|
51
51
|
"jest": "30.0.4",
|
|
52
52
|
"react": "19.1.0",
|
|
53
|
-
"semantic-release": "24.2.
|
|
53
|
+
"semantic-release": "24.2.7"
|
|
54
54
|
},
|
|
55
55
|
"repository": {
|
|
56
56
|
"type": "git",
|