@alextheman/eslint-plugin 5.9.0 → 5.9.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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4789,7 +4789,7 @@ function internalAlexCLine(plugin) {
|
|
|
4789
4789
|
rules: { "n/hashbang": "off" }
|
|
4790
4790
|
},
|
|
4791
4791
|
{
|
|
4792
|
-
files: ["src/
|
|
4792
|
+
files: ["src/cli/**/index.ts", "src/configs/internal/**"],
|
|
4793
4793
|
plugins: { perfectionist: eslint_plugin_perfectionist.default },
|
|
4794
4794
|
rules: { "perfectionist/sort-objects": ["error", sortObjects] }
|
|
4795
4795
|
}
|
|
@@ -5558,7 +5558,7 @@ var rules_default = {
|
|
|
5558
5558
|
//#endregion
|
|
5559
5559
|
//#region package.json
|
|
5560
5560
|
var name = "@alextheman/eslint-plugin";
|
|
5561
|
-
var version = "5.9.
|
|
5561
|
+
var version = "5.9.1";
|
|
5562
5562
|
|
|
5563
5563
|
//#endregion
|
|
5564
5564
|
//#region src/alexPlugin.ts
|
package/dist/index.js
CHANGED
|
@@ -4773,7 +4773,7 @@ function internalAlexCLine(plugin) {
|
|
|
4773
4773
|
rules: { "n/hashbang": "off" }
|
|
4774
4774
|
},
|
|
4775
4775
|
{
|
|
4776
|
-
files: ["src/
|
|
4776
|
+
files: ["src/cli/**/index.ts", "src/configs/internal/**"],
|
|
4777
4777
|
plugins: { perfectionist },
|
|
4778
4778
|
rules: { "perfectionist/sort-objects": ["error", sortObjects] }
|
|
4779
4779
|
}
|
|
@@ -5542,7 +5542,7 @@ var rules_default = {
|
|
|
5542
5542
|
//#endregion
|
|
5543
5543
|
//#region package.json
|
|
5544
5544
|
var name = "@alextheman/eslint-plugin";
|
|
5545
|
-
var version = "5.9.
|
|
5545
|
+
var version = "5.9.1";
|
|
5546
5546
|
|
|
5547
5547
|
//#endregion
|
|
5548
5548
|
//#region src/alexPlugin.ts
|