@arrirpc/eslint-plugin 0.79.0 → 0.79.1
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/configs.d.cts +4 -0
- package/dist/configs.d.mts +4 -0
- package/dist/configs.d.ts +4 -0
- package/dist/plugin.d.cts +2 -0
- package/dist/plugin.d.mts +2 -0
- package/dist/plugin.d.ts +2 -0
- package/package.json +1 -1
package/dist/configs.d.cts
CHANGED
@@ -8,6 +8,8 @@ declare const flatConfigs: {
|
|
8
8
|
meta: {
|
9
9
|
name?: string | undefined;
|
10
10
|
version?: string | undefined;
|
11
|
+
} & {
|
12
|
+
namespace?: string | undefined;
|
11
13
|
};
|
12
14
|
configs: Record<string, Linter.Config<Linter.RulesRecord> | Linter.LegacyConfig<Linter.RulesRecord, Linter.RulesRecord> | Linter.Config<Linter.RulesRecord>[]>;
|
13
15
|
rules: {
|
@@ -27,6 +29,8 @@ declare const flatConfigs: {
|
|
27
29
|
meta: {
|
28
30
|
name?: string | undefined;
|
29
31
|
version?: string | undefined;
|
32
|
+
} & {
|
33
|
+
namespace?: string | undefined;
|
30
34
|
};
|
31
35
|
configs: Record<string, Linter.Config<Linter.RulesRecord> | Linter.LegacyConfig<Linter.RulesRecord, Linter.RulesRecord> | Linter.Config<Linter.RulesRecord>[]>;
|
32
36
|
rules: {
|
package/dist/configs.d.mts
CHANGED
@@ -8,6 +8,8 @@ declare const flatConfigs: {
|
|
8
8
|
meta: {
|
9
9
|
name?: string | undefined;
|
10
10
|
version?: string | undefined;
|
11
|
+
} & {
|
12
|
+
namespace?: string | undefined;
|
11
13
|
};
|
12
14
|
configs: Record<string, Linter.Config<Linter.RulesRecord> | Linter.LegacyConfig<Linter.RulesRecord, Linter.RulesRecord> | Linter.Config<Linter.RulesRecord>[]>;
|
13
15
|
rules: {
|
@@ -27,6 +29,8 @@ declare const flatConfigs: {
|
|
27
29
|
meta: {
|
28
30
|
name?: string | undefined;
|
29
31
|
version?: string | undefined;
|
32
|
+
} & {
|
33
|
+
namespace?: string | undefined;
|
30
34
|
};
|
31
35
|
configs: Record<string, Linter.Config<Linter.RulesRecord> | Linter.LegacyConfig<Linter.RulesRecord, Linter.RulesRecord> | Linter.Config<Linter.RulesRecord>[]>;
|
32
36
|
rules: {
|
package/dist/configs.d.ts
CHANGED
@@ -8,6 +8,8 @@ declare const flatConfigs: {
|
|
8
8
|
meta: {
|
9
9
|
name?: string | undefined;
|
10
10
|
version?: string | undefined;
|
11
|
+
} & {
|
12
|
+
namespace?: string | undefined;
|
11
13
|
};
|
12
14
|
configs: Record<string, Linter.Config<Linter.RulesRecord> | Linter.LegacyConfig<Linter.RulesRecord, Linter.RulesRecord> | Linter.Config<Linter.RulesRecord>[]>;
|
13
15
|
rules: {
|
@@ -27,6 +29,8 @@ declare const flatConfigs: {
|
|
27
29
|
meta: {
|
28
30
|
name?: string | undefined;
|
29
31
|
version?: string | undefined;
|
32
|
+
} & {
|
33
|
+
namespace?: string | undefined;
|
30
34
|
};
|
31
35
|
configs: Record<string, Linter.Config<Linter.RulesRecord> | Linter.LegacyConfig<Linter.RulesRecord, Linter.RulesRecord> | Linter.Config<Linter.RulesRecord>[]>;
|
32
36
|
rules: {
|
package/dist/plugin.d.cts
CHANGED
@@ -14,6 +14,8 @@ declare const _default: {
|
|
14
14
|
meta: {
|
15
15
|
name?: string | undefined;
|
16
16
|
version?: string | undefined;
|
17
|
+
} & {
|
18
|
+
namespace?: string | undefined;
|
17
19
|
};
|
18
20
|
configs: Record<string, eslint.Linter.LegacyConfig<eslint.Linter.RulesRecord, eslint.Linter.RulesRecord> | eslint.Linter.Config<eslint.Linter.RulesRecord> | eslint.Linter.Config<eslint.Linter.RulesRecord>[]>;
|
19
21
|
rules: {
|
package/dist/plugin.d.mts
CHANGED
@@ -14,6 +14,8 @@ declare const _default: {
|
|
14
14
|
meta: {
|
15
15
|
name?: string | undefined;
|
16
16
|
version?: string | undefined;
|
17
|
+
} & {
|
18
|
+
namespace?: string | undefined;
|
17
19
|
};
|
18
20
|
configs: Record<string, eslint.Linter.LegacyConfig<eslint.Linter.RulesRecord, eslint.Linter.RulesRecord> | eslint.Linter.Config<eslint.Linter.RulesRecord> | eslint.Linter.Config<eslint.Linter.RulesRecord>[]>;
|
19
21
|
rules: {
|
package/dist/plugin.d.ts
CHANGED
@@ -14,6 +14,8 @@ declare const _default: {
|
|
14
14
|
meta: {
|
15
15
|
name?: string | undefined;
|
16
16
|
version?: string | undefined;
|
17
|
+
} & {
|
18
|
+
namespace?: string | undefined;
|
17
19
|
};
|
18
20
|
configs: Record<string, eslint.Linter.LegacyConfig<eslint.Linter.RulesRecord, eslint.Linter.RulesRecord> | eslint.Linter.Config<eslint.Linter.RulesRecord> | eslint.Linter.Config<eslint.Linter.RulesRecord>[]>;
|
19
21
|
rules: {
|