@alextheman/eslint-plugin 5.8.0 → 5.8.1

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
@@ -4935,7 +4935,8 @@ function internalTypeScript(plugin) {
4935
4935
  "@typescript-eslint/consistent-type-definitions": "error",
4936
4936
  "@typescript-eslint/dot-notation": "error",
4937
4937
  "@typescript-eslint/method-signature-style": ["error", "property"],
4938
- "@typescript-eslint/no-explicit-any": "off"
4938
+ "@typescript-eslint/no-explicit-any": "off",
4939
+ "@typescript-eslint/no-redeclare": "off"
4939
4940
  }
4940
4941
  }];
4941
4942
  }
@@ -5517,7 +5518,7 @@ var rules_default = {
5517
5518
  //#endregion
5518
5519
  //#region package.json
5519
5520
  var name = "@alextheman/eslint-plugin";
5520
- var version = "5.8.0";
5521
+ var version = "5.8.1";
5521
5522
 
5522
5523
  //#endregion
5523
5524
  //#region src/alexPlugin.ts
package/dist/index.js CHANGED
@@ -4919,7 +4919,8 @@ function internalTypeScript(plugin) {
4919
4919
  "@typescript-eslint/consistent-type-definitions": "error",
4920
4920
  "@typescript-eslint/dot-notation": "error",
4921
4921
  "@typescript-eslint/method-signature-style": ["error", "property"],
4922
- "@typescript-eslint/no-explicit-any": "off"
4922
+ "@typescript-eslint/no-explicit-any": "off",
4923
+ "@typescript-eslint/no-redeclare": "off"
4923
4924
  }
4924
4925
  }];
4925
4926
  }
@@ -5501,7 +5502,7 @@ var rules_default = {
5501
5502
  //#endregion
5502
5503
  //#region package.json
5503
5504
  var name = "@alextheman/eslint-plugin";
5504
- var version = "5.8.0";
5505
+ var version = "5.8.1";
5505
5506
 
5506
5507
  //#endregion
5507
5508
  //#region src/alexPlugin.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "description": "A package to provide custom ESLint rules and configs.",
5
5
  "repository": {
6
6
  "type": "git",