@alextheman/eslint-plugin 1.2.3 → 1.2.4

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
@@ -3705,7 +3705,7 @@ module.exports = __toCommonJS(index_exports);
3705
3705
 
3706
3706
  // package.json
3707
3707
  var name = "@alextheman/eslint-plugin";
3708
- var version = "1.2.3";
3708
+ var version = "1.2.4";
3709
3709
 
3710
3710
  // src/create-rule.ts
3711
3711
  var import_utils = require("@typescript-eslint/utils");
@@ -3907,7 +3907,8 @@ var eslint_config_default = [
3907
3907
  "no-useless-rename": warnOnFixButErrorOnLint,
3908
3908
  "sort-vars": warnOnFixButErrorOnLint,
3909
3909
  "no-cond-assign": warnOnFixButErrorOnLint,
3910
- "no-undef": warnOnFixButErrorOnLint
3910
+ "no-undef": warnOnFixButErrorOnLint,
3911
+ "@typescript-eslint/consistent-type-imports": warnOnFixButErrorOnLint
3911
3912
  }
3912
3913
  }
3913
3914
  ];
package/dist/index.d.cts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
2
2
 
3
3
  var name = "@alextheman/eslint-plugin";
4
- var version = "1.2.3";
4
+ var version = "1.2.4";
5
5
 
6
6
  interface AlexPlugin {
7
7
  meta: {
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
2
2
 
3
3
  var name = "@alextheman/eslint-plugin";
4
- var version = "1.2.3";
4
+ var version = "1.2.4";
5
5
 
6
6
  interface AlexPlugin {
7
7
  meta: {
package/dist/index.js CHANGED
@@ -3692,7 +3692,7 @@ var require_globals2 = __commonJS({
3692
3692
 
3693
3693
  // package.json
3694
3694
  var name = "@alextheman/eslint-plugin";
3695
- var version = "1.2.3";
3695
+ var version = "1.2.4";
3696
3696
 
3697
3697
  // src/create-rule.ts
3698
3698
  import { ESLintUtils } from "@typescript-eslint/utils";
@@ -3894,7 +3894,8 @@ var eslint_config_default = [
3894
3894
  "no-useless-rename": warnOnFixButErrorOnLint,
3895
3895
  "sort-vars": warnOnFixButErrorOnLint,
3896
3896
  "no-cond-assign": warnOnFixButErrorOnLint,
3897
- "no-undef": warnOnFixButErrorOnLint
3897
+ "no-undef": warnOnFixButErrorOnLint,
3898
+ "@typescript-eslint/consistent-type-imports": warnOnFixButErrorOnLint
3898
3899
  }
3899
3900
  }
3900
3901
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",