@html-validate/eslint-config 5.9.6 → 5.9.8
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 +3 -3
- package/dist/cli.js.map +1 -1
- package/package.json +4 -4
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.9.
|
14483
|
+
version: "5.9.7",
|
14484
14484
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
14485
14485
|
keywords: [
|
14486
14486
|
"eslint"
|
@@ -14513,8 +14513,8 @@ var require_package = __commonJS({
|
|
14513
14513
|
build: "esbuild src/cli.ts --bundle --sourcemap --platform=node --target=node12.22 --external:prettier --outdir=dist"
|
14514
14514
|
},
|
14515
14515
|
dependencies: {
|
14516
|
-
"@rushstack/eslint-patch": "1.
|
14517
|
-
eslint: "8.
|
14516
|
+
"@rushstack/eslint-patch": "1.3.0",
|
14517
|
+
eslint: "8.42.0",
|
14518
14518
|
"eslint-config-prettier": "8.8.0",
|
14519
14519
|
"eslint-config-sidvind": "1.3.2",
|
14520
14520
|
"eslint-formatter-gitlab": "4.0.0",
|