@kitschpatrol/eslint-config 5.6.0 → 5.7.0
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/bin/cli.js +2 -2
- package/dist/index.d.ts +218 -141
- package/dist/index.js +6 -0
- package/package.json +18 -17
- package/readme.md +14 -14
package/bin/cli.js
CHANGED
|
@@ -5138,7 +5138,7 @@ var Yargs = YargsFactory(esm_default);
|
|
|
5138
5138
|
var yargs_default = Yargs;
|
|
5139
5139
|
|
|
5140
5140
|
// ../../package.json
|
|
5141
|
-
var version = "5.
|
|
5141
|
+
var version = "5.7.0";
|
|
5142
5142
|
|
|
5143
5143
|
// ../../src/execa-utilities.ts
|
|
5144
5144
|
function isErrorExecaError(error) {
|
|
@@ -5875,7 +5875,7 @@ var commandDefinition = {
|
|
|
5875
5875
|
description: "Kitschpatrol's ESLint shared configuration tools.",
|
|
5876
5876
|
logColor: "magenta",
|
|
5877
5877
|
logPrefix: `[ESLint]`,
|
|
5878
|
-
name: "
|
|
5878
|
+
name: "ksc-eslint",
|
|
5879
5879
|
order: 4
|
|
5880
5880
|
};
|
|
5881
5881
|
|