@alextheman/eslint-plugin 5.0.1 → 5.1.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/dist/index.cjs CHANGED
@@ -4741,7 +4741,7 @@ var rules_default = {
4741
4741
  //#endregion
4742
4742
  //#region package.json
4743
4743
  var name = "@alextheman/eslint-plugin";
4744
- var version = "5.0.1";
4744
+ var version = "5.1.0";
4745
4745
 
4746
4746
  //#endregion
4747
4747
  //#region src/alexPlugin.ts
package/dist/index.js CHANGED
@@ -4725,7 +4725,7 @@ var rules_default = {
4725
4725
  //#endregion
4726
4726
  //#region package.json
4727
4727
  var name = "@alextheman/eslint-plugin";
4728
- var version = "5.0.1";
4728
+ var version = "5.1.0";
4729
4729
 
4730
4730
  //#endregion
4731
4731
  //#region src/alexPlugin.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "5.0.1",
3
+ "version": "5.1.0",
4
4
  "description": "A package to provide custom ESLint rules and configs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -65,7 +65,7 @@
65
65
  "eslint-plugin-jsx-a11y": ">=6.0.0",
66
66
  "eslint-plugin-n": ">=17.23.1",
67
67
  "eslint-plugin-package-json": ">=0.85.0",
68
- "eslint-plugin-perfectionist": ">=4.0.0",
68
+ "eslint-plugin-perfectionist": ">=5.0.0",
69
69
  "eslint-plugin-prettier": ">=5.0.0",
70
70
  "eslint-plugin-react": ">=7.0.0",
71
71
  "eslint-plugin-react-hooks": ">=7.0.0",