@alextheman/eslint-plugin 1.2.5 → 1.2.7

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.d.cts CHANGED
@@ -1,7 +1,10 @@
1
1
  import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
2
+ import { Config } from 'prettier';
2
3
 
3
4
  var name = "@alextheman/eslint-plugin";
4
- var version = "1.2.5";
5
+ var version = "1.2.7";
6
+
7
+ declare const prettierRules: Config;
5
8
 
6
9
  interface AlexPlugin {
7
10
  meta: {
@@ -12,6 +15,7 @@ interface AlexPlugin {
12
15
  configs: Record<string, any>;
13
16
  rules: Record<string, any>;
14
17
  }
18
+
15
19
  declare const plugin: {
16
20
  meta: {
17
21
  name: string;
@@ -30,4 +34,4 @@ declare const plugin: {
30
34
  };
31
35
  };
32
36
 
33
- export { type AlexPlugin, plugin as default };
37
+ export { type AlexPlugin, plugin as default, prettierRules };
package/dist/index.d.ts CHANGED
@@ -1,7 +1,10 @@
1
1
  import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
2
+ import { Config } from 'prettier';
2
3
 
3
4
  var name = "@alextheman/eslint-plugin";
4
- var version = "1.2.5";
5
+ var version = "1.2.7";
6
+
7
+ declare const prettierRules: Config;
5
8
 
6
9
  interface AlexPlugin {
7
10
  meta: {
@@ -12,6 +15,7 @@ interface AlexPlugin {
12
15
  configs: Record<string, any>;
13
16
  rules: Record<string, any>;
14
17
  }
18
+
15
19
  declare const plugin: {
16
20
  meta: {
17
21
  name: string;
@@ -30,4 +34,4 @@ declare const plugin: {
30
34
  };
31
35
  };
32
36
 
33
- export { type AlexPlugin, plugin as default };
37
+ export { type AlexPlugin, plugin as default, prettierRules };