@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 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.1";
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
@@ -3,7 +3,7 @@ import z from 'zod';
3
3
  import { Config } from 'prettier';
4
4
 
5
5
  var name = "@alextheman/eslint-plugin";
6
- var version = "2.2.1";
6
+ var version = "2.2.2";
7
7
 
8
8
  interface AlexPluginConfigs {
9
9
  general: {
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import z from 'zod';
3
3
  import { Config } from 'prettier';
4
4
 
5
5
  var name = "@alextheman/eslint-plugin";
6
- var version = "2.2.1";
6
+ var version = "2.2.2";
7
7
 
8
8
  interface AlexPluginConfigs {
9
9
  general: {
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.1";
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.1",
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.57.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.8.1",
45
- "@typescript-eslint/rule-tester": "^8.46.1",
46
- "@typescript-eslint/utils": "^8.46.1",
47
- "eslint-plugin-eslint-plugin": "^7.0.0",
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": "^3.2.4"
55
+ "vitest": "^4.0.3"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@typescript-eslint/eslint-plugin": "^8.37.0",