@alextheman/eslint-plugin 2.2.1 → 2.2.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/dist/index.cjs +3 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -2
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -3715,7 +3715,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
3715
3715
|
|
|
3716
3716
|
// package.json
|
|
3717
3717
|
var name = "@alextheman/eslint-plugin";
|
|
3718
|
-
var version = "2.2.
|
|
3718
|
+
var version = "2.2.2";
|
|
3719
3719
|
|
|
3720
3720
|
// src/configs/general/javaScriptBase.ts
|
|
3721
3721
|
var import_js = __toESM(require_src(), 1);
|
|
@@ -3929,7 +3929,8 @@ var reactBase = [
|
|
|
3929
3929
|
}
|
|
3930
3930
|
],
|
|
3931
3931
|
"react-hooks/exhaustive-deps": "off",
|
|
3932
|
-
"react-refresh/only-export-components": "off"
|
|
3932
|
+
"react-refresh/only-export-components": "off",
|
|
3933
|
+
"react/no-unescaped-entities": "off"
|
|
3933
3934
|
}),
|
|
3934
3935
|
settings: {
|
|
3935
3936
|
react: {
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3700,7 +3700,7 @@ var require_globals2 = __commonJS({
|
|
|
3700
3700
|
|
|
3701
3701
|
// package.json
|
|
3702
3702
|
var name = "@alextheman/eslint-plugin";
|
|
3703
|
-
var version = "2.2.
|
|
3703
|
+
var version = "2.2.2";
|
|
3704
3704
|
|
|
3705
3705
|
// src/configs/general/javaScriptBase.ts
|
|
3706
3706
|
var import_js = __toESM(require_src(), 1);
|
|
@@ -3914,7 +3914,8 @@ var reactBase = [
|
|
|
3914
3914
|
}
|
|
3915
3915
|
],
|
|
3916
3916
|
"react-hooks/exhaustive-deps": "off",
|
|
3917
|
-
"react-refresh/only-export-components": "off"
|
|
3917
|
+
"react-refresh/only-export-components": "off",
|
|
3918
|
+
"react/no-unescaped-entities": "off"
|
|
3918
3919
|
}),
|
|
3919
3920
|
settings: {
|
|
3920
3921
|
react: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alextheman/eslint-plugin",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "A package to provide custom ESLint rules and configs",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "alextheman",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@alextheman/utility": "^2.2.0",
|
|
37
37
|
"common-tags": "^1.8.2",
|
|
38
|
-
"eslint-plugin-package-json": "^0.
|
|
38
|
+
"eslint-plugin-package-json": "^0.58.0",
|
|
39
39
|
"zod": "^4.1.12"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/common-tags": "^1.8.4",
|
|
43
43
|
"@types/eslint": "^9.6.1",
|
|
44
|
-
"@types/node": "^24.
|
|
45
|
-
"@typescript-eslint/rule-tester": "^8.46.
|
|
46
|
-
"@typescript-eslint/utils": "^8.46.
|
|
47
|
-
"eslint-plugin-eslint-plugin": "^7.
|
|
44
|
+
"@types/node": "^24.9.1",
|
|
45
|
+
"@typescript-eslint/rule-tester": "^8.46.2",
|
|
46
|
+
"@typescript-eslint/utils": "^8.46.2",
|
|
47
|
+
"eslint-plugin-eslint-plugin": "^7.1.0",
|
|
48
48
|
"globals": "^16.4.0",
|
|
49
49
|
"husky": "^9.1.7",
|
|
50
50
|
"jiti": "^2.6.1",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"tsup": "^8.5.0",
|
|
53
53
|
"typescript": "^5.9.3",
|
|
54
54
|
"vite-tsconfig-paths": "^5.1.4",
|
|
55
|
-
"vitest": "^
|
|
55
|
+
"vitest": "^4.0.3"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@typescript-eslint/eslint-plugin": "^8.37.0",
|