@alextheman/eslint-plugin 1.2.7 → 1.2.8

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
@@ -3706,7 +3706,7 @@ module.exports = __toCommonJS(index_exports);
3706
3706
 
3707
3707
  // package.json
3708
3708
  var name = "@alextheman/eslint-plugin";
3709
- var version = "1.2.7";
3709
+ var version = "1.2.8";
3710
3710
 
3711
3711
  // src/create-rule.ts
3712
3712
  var import_utils = require("@typescript-eslint/utils");
@@ -3907,7 +3907,7 @@ var eslint_config_default = [
3907
3907
  "no-cond-assign": warnOnFixButErrorOnLint,
3908
3908
  "no-undef": warnOnFixButErrorOnLint,
3909
3909
  "@typescript-eslint/consistent-type-imports": warnOnFixButErrorOnLint,
3910
- "prettier/prettier": ["warn", { printWidth: 100 }]
3910
+ "prettier/prettier": ["warn", prettierRules]
3911
3911
  }
3912
3912
  }
3913
3913
  ];
package/dist/index.d.cts CHANGED
@@ -2,7 +2,7 @@ import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts
2
2
  import { Config } from 'prettier';
3
3
 
4
4
  var name = "@alextheman/eslint-plugin";
5
- var version = "1.2.7";
5
+ var version = "1.2.8";
6
6
 
7
7
  declare const prettierRules: Config;
8
8
 
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts
2
2
  import { Config } from 'prettier';
3
3
 
4
4
  var name = "@alextheman/eslint-plugin";
5
- var version = "1.2.7";
5
+ var version = "1.2.8";
6
6
 
7
7
  declare const prettierRules: Config;
8
8
 
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.7";
3695
+ var version = "1.2.8";
3696
3696
 
3697
3697
  // src/create-rule.ts
3698
3698
  import { ESLintUtils } from "@typescript-eslint/utils";
@@ -3893,7 +3893,7 @@ var eslint_config_default = [
3893
3893
  "no-cond-assign": warnOnFixButErrorOnLint,
3894
3894
  "no-undef": warnOnFixButErrorOnLint,
3895
3895
  "@typescript-eslint/consistent-type-imports": warnOnFixButErrorOnLint,
3896
- "prettier/prettier": ["warn", { printWidth: 100 }]
3896
+ "prettier/prettier": ["warn", prettierRules]
3897
3897
  }
3898
3898
  }
3899
3899
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",