@alextheman/eslint-plugin 1.2.9 → 1.2.11

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,11 +1,11 @@
1
1
  import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
2
2
  import { Config } from 'prettier';
3
3
 
4
- var name = "@alextheman/eslint-plugin";
5
- var version = "1.2.9";
6
-
7
4
  declare const prettierRules: Config;
8
5
 
6
+ var name = "@alextheman/eslint-plugin";
7
+ var version = "1.2.11";
8
+
9
9
  interface AlexPlugin {
10
10
  meta: {
11
11
  name: typeof name;
package/dist/index.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
2
2
  import { Config } from 'prettier';
3
3
 
4
- var name = "@alextheman/eslint-plugin";
5
- var version = "1.2.9";
6
-
7
4
  declare const prettierRules: Config;
8
5
 
6
+ var name = "@alextheman/eslint-plugin";
7
+ var version = "1.2.11";
8
+
9
9
  interface AlexPlugin {
10
10
  meta: {
11
11
  name: typeof name;