@alextheman/eslint-plugin 1.0.2 → 1.0.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.d.cts CHANGED
@@ -1,15 +1,14 @@
1
1
  import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
2
2
 
3
- declare const plugin: {
3
+ declare const _default: {
4
4
  meta: {
5
5
  name: string;
6
6
  version: string;
7
7
  namespace: string;
8
8
  };
9
- configs: {};
10
9
  rules: {
11
10
  "no-namespace-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
12
11
  };
13
12
  };
14
13
 
15
- export { plugin as default };
14
+ export { _default as default };
package/dist/index.d.ts CHANGED
@@ -1,15 +1,14 @@
1
1
  import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
2
2
 
3
- declare const plugin: {
3
+ declare const _default: {
4
4
  meta: {
5
5
  name: string;
6
6
  version: string;
7
7
  namespace: string;
8
8
  };
9
- configs: {};
10
9
  rules: {
11
10
  "no-namespace-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
12
11
  };
13
12
  };
14
13
 
15
- export { plugin as default };
14
+ export { _default as default };