@html-validate/eslint-config 5.9.12 → 5.10.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/cli.js +1 -3
- package/dist/cli.js.map +2 -2
- package/package.json +2 -2
package/dist/cli.js
CHANGED
@@ -14480,7 +14480,7 @@ var require_package = __commonJS({
|
|
14480
14480
|
"package.json"(exports, module2) {
|
14481
14481
|
module2.exports = {
|
14482
14482
|
name: "@html-validate/eslint-config",
|
14483
|
-
version: "5.
|
14483
|
+
version: "5.10.0",
|
14484
14484
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
14485
14485
|
keywords: [
|
14486
14486
|
"eslint"
|
@@ -14781,8 +14781,6 @@ var parser = new import_argparse.ArgumentParser({
|
|
14781
14781
|
});
|
14782
14782
|
parser.add_argument("-v", "--version", {
|
14783
14783
|
action: "version",
|
14784
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- @types/argparse is missing version
|
14785
|
-
// @ts-ignore
|
14786
14784
|
version: pkg.version
|
14787
14785
|
});
|
14788
14786
|
parser.add_argument("-w", "--write", {
|