eslint-config-heck 2.8.0 → 2.9.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/biomeLinting.json +2 -1
- package/nodeWithBiome.cjs +1 -1
- package/package.json +4 -4
package/biomeLinting.json
CHANGED
|
@@ -242,8 +242,9 @@
|
|
|
242
242
|
"noUndeclaredDependencies": "off",
|
|
243
243
|
"noUselessUndefinedInitialization": "error",
|
|
244
244
|
"useArrayLiterals": "error",
|
|
245
|
-
"
|
|
245
|
+
"useConsistentBuiltinInstantiation": "error",
|
|
246
246
|
"useDefaultSwitchClause": "off",
|
|
247
|
+
"useExplicitLengthCheck": "error",
|
|
247
248
|
"useImportRestrictions": "error",
|
|
248
249
|
"useSortedClasses": "off"
|
|
249
250
|
}
|
package/nodeWithBiome.cjs
CHANGED
|
@@ -605,7 +605,7 @@ const rules = {
|
|
|
605
605
|
"unicorn/error-message": "error",
|
|
606
606
|
"unicorn/escape-case": "error",
|
|
607
607
|
"unicorn/expiring-todo-comments": "error",
|
|
608
|
-
"unicorn/explicit-length-check": "
|
|
608
|
+
"unicorn/explicit-length-check": "off",
|
|
609
609
|
"unicorn/filename-case": "off",
|
|
610
610
|
"unicorn/import-style": "error",
|
|
611
611
|
"unicorn/new-for-builtins": "off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-heck",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"eslint-import-resolver-typescript": "3.6.1",
|
|
36
36
|
"eslint-plugin-deprecation": "2.0.0",
|
|
37
37
|
"eslint-plugin-import": "2.29.1",
|
|
38
|
-
"eslint-plugin-jest": "28.
|
|
38
|
+
"eslint-plugin-jest": "28.5.0",
|
|
39
39
|
"eslint-plugin-react": "7.34.1",
|
|
40
40
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
41
41
|
"eslint-plugin-react-native": "4.1.0",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"typescript": "5.4.5"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@biomejs/biome": "1.7.
|
|
49
|
-
"@testing-library/react": "15.0.
|
|
48
|
+
"@biomejs/biome": "1.7.3",
|
|
49
|
+
"@testing-library/react": "15.0.6",
|
|
50
50
|
"@types/jest": "29.5.12",
|
|
51
51
|
"@types/react": "18.3.1",
|
|
52
52
|
"jest": "29.7.0",
|