@alextheman/eslint-plugin 1.6.0 → 1.6.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/index.cjs +3 -8
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -8
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3706,7 +3706,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
3706
3706
|
|
|
3707
3707
|
// package.json
|
|
3708
3708
|
var name = "@alextheman/eslint-plugin";
|
|
3709
|
-
var version = "1.6.
|
|
3709
|
+
var version = "1.6.1";
|
|
3710
3710
|
|
|
3711
3711
|
// src/configs/eslint-config-typescript-base.ts
|
|
3712
3712
|
var import_js = __toESM(require_src(), 1);
|
|
@@ -3792,13 +3792,8 @@ var esLintConfigTypeScriptBase = [
|
|
|
3792
3792
|
specialCharacters: "keep",
|
|
3793
3793
|
partitionByComment: false,
|
|
3794
3794
|
partitionByNewLine: false,
|
|
3795
|
-
newlinesBetween:
|
|
3796
|
-
groups: [
|
|
3797
|
-
{ commentAbove: "Value exports" },
|
|
3798
|
-
"value-export",
|
|
3799
|
-
{ newlinesBetween: 1, commentAbove: "Type exports" },
|
|
3800
|
-
"type-export"
|
|
3801
|
-
],
|
|
3795
|
+
newlinesBetween: 1,
|
|
3796
|
+
groups: ["value-export", "type-export"],
|
|
3802
3797
|
customGroups: []
|
|
3803
3798
|
}
|
|
3804
3799
|
],
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
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.1";
|
|
3696
3696
|
|
|
3697
3697
|
// src/configs/eslint-config-typescript-base.ts
|
|
3698
3698
|
var import_js = __toESM(require_src(), 1);
|
|
@@ -3778,13 +3778,8 @@ var esLintConfigTypeScriptBase = [
|
|
|
3778
3778
|
specialCharacters: "keep",
|
|
3779
3779
|
partitionByComment: false,
|
|
3780
3780
|
partitionByNewLine: false,
|
|
3781
|
-
newlinesBetween:
|
|
3782
|
-
groups: [
|
|
3783
|
-
{ commentAbove: "Value exports" },
|
|
3784
|
-
"value-export",
|
|
3785
|
-
{ newlinesBetween: 1, commentAbove: "Type exports" },
|
|
3786
|
-
"type-export"
|
|
3787
|
-
],
|
|
3781
|
+
newlinesBetween: 1,
|
|
3782
|
+
groups: ["value-export", "type-export"],
|
|
3788
3783
|
customGroups: []
|
|
3789
3784
|
}
|
|
3790
3785
|
],
|