@alextheman/eslint-plugin 1.6.4 → 1.6.5
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 +5 -2
- package/dist/index.d.cts +2 -20
- package/dist/index.d.ts +2 -20
- package/dist/index.js +5 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3707,7 +3707,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
3707
3707
|
|
|
3708
3708
|
// package.json
|
|
3709
3709
|
var name = "@alextheman/eslint-plugin";
|
|
3710
|
-
var version = "1.6.
|
|
3710
|
+
var version = "1.6.5";
|
|
3711
3711
|
|
|
3712
3712
|
// src/configs/eslint-config-typescript-base.ts
|
|
3713
3713
|
var import_js = __toESM(require_src(), 1);
|
|
@@ -4051,7 +4051,10 @@ var plugin = {
|
|
|
4051
4051
|
version,
|
|
4052
4052
|
namespace: "alextheman"
|
|
4053
4053
|
},
|
|
4054
|
-
configs: {
|
|
4054
|
+
configs: {
|
|
4055
|
+
alexTypeScriptBase: [],
|
|
4056
|
+
alexTypeScriptReactBase: []
|
|
4057
|
+
},
|
|
4055
4058
|
rules: rules_default
|
|
4056
4059
|
};
|
|
4057
4060
|
plugin.configs = {
|
package/dist/index.d.cts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
|
|
2
1
|
import { Linter } from 'eslint';
|
|
3
2
|
import { Config } from 'prettier';
|
|
4
3
|
|
|
5
4
|
var name = "@alextheman/eslint-plugin";
|
|
6
|
-
var version = "1.6.
|
|
5
|
+
var version = "1.6.5";
|
|
7
6
|
|
|
8
7
|
declare const warnOnFixButErrorOnLint: string;
|
|
9
8
|
|
|
@@ -22,23 +21,6 @@ interface AlexPlugin {
|
|
|
22
21
|
rules: Record<string, any>;
|
|
23
22
|
}
|
|
24
23
|
|
|
25
|
-
declare const plugin:
|
|
26
|
-
meta: {
|
|
27
|
-
name: string;
|
|
28
|
-
version: string;
|
|
29
|
-
namespace: "alextheman";
|
|
30
|
-
};
|
|
31
|
-
configs: {
|
|
32
|
-
alexTypeScriptBase: never[];
|
|
33
|
-
alexTypeScriptReactBase: never[];
|
|
34
|
-
};
|
|
35
|
-
rules: {
|
|
36
|
-
"no-namespace-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [{
|
|
37
|
-
allow: string[];
|
|
38
|
-
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
39
|
-
"no-relative-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message" | "stupidPath", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
40
|
-
"no-plugin-configs-access-from-src-configs": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
24
|
+
declare const plugin: AlexPlugin;
|
|
43
25
|
|
|
44
26
|
export { type AlexPlugin, plugin as default, prettierRules, warnOnFixButErrorOnLint };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
|
|
2
1
|
import { Linter } from 'eslint';
|
|
3
2
|
import { Config } from 'prettier';
|
|
4
3
|
|
|
5
4
|
var name = "@alextheman/eslint-plugin";
|
|
6
|
-
var version = "1.6.
|
|
5
|
+
var version = "1.6.5";
|
|
7
6
|
|
|
8
7
|
declare const warnOnFixButErrorOnLint: string;
|
|
9
8
|
|
|
@@ -22,23 +21,6 @@ interface AlexPlugin {
|
|
|
22
21
|
rules: Record<string, any>;
|
|
23
22
|
}
|
|
24
23
|
|
|
25
|
-
declare const plugin:
|
|
26
|
-
meta: {
|
|
27
|
-
name: string;
|
|
28
|
-
version: string;
|
|
29
|
-
namespace: "alextheman";
|
|
30
|
-
};
|
|
31
|
-
configs: {
|
|
32
|
-
alexTypeScriptBase: never[];
|
|
33
|
-
alexTypeScriptReactBase: never[];
|
|
34
|
-
};
|
|
35
|
-
rules: {
|
|
36
|
-
"no-namespace-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [{
|
|
37
|
-
allow: string[];
|
|
38
|
-
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
39
|
-
"no-relative-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message" | "stupidPath", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
40
|
-
"no-plugin-configs-access-from-src-configs": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
24
|
+
declare const plugin: AlexPlugin;
|
|
43
25
|
|
|
44
26
|
export { type AlexPlugin, plugin as default, prettierRules, warnOnFixButErrorOnLint };
|
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.6.
|
|
3695
|
+
var version = "1.6.5";
|
|
3696
3696
|
|
|
3697
3697
|
// src/configs/eslint-config-typescript-base.ts
|
|
3698
3698
|
var import_js = __toESM(require_src(), 1);
|
|
@@ -4036,7 +4036,10 @@ var plugin = {
|
|
|
4036
4036
|
version,
|
|
4037
4037
|
namespace: "alextheman"
|
|
4038
4038
|
},
|
|
4039
|
-
configs: {
|
|
4039
|
+
configs: {
|
|
4040
|
+
alexTypeScriptBase: [],
|
|
4041
|
+
alexTypeScriptReactBase: []
|
|
4042
|
+
},
|
|
4040
4043
|
rules: rules_default
|
|
4041
4044
|
};
|
|
4042
4045
|
plugin.configs = {
|