@html-validate/eslint-config 5.4.9 → 5.4.10
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 +2 -2
- package/dist/cli.js.map +1 -1
- package/index.js +7 -0
- package/package.json +3 -3
package/dist/cli.js
CHANGED
@@ -8905,7 +8905,7 @@ var require_package = __commonJS({
|
|
8905
8905
|
"package.json"(exports, module2) {
|
8906
8906
|
module2.exports = {
|
8907
8907
|
name: "@html-validate/eslint-config",
|
8908
|
-
version: "5.4.
|
8908
|
+
version: "5.4.9",
|
8909
8909
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
8910
8910
|
keywords: [
|
8911
8911
|
"eslint"
|
@@ -8939,7 +8939,7 @@ var require_package = __commonJS({
|
|
8939
8939
|
},
|
8940
8940
|
dependencies: {
|
8941
8941
|
"@rushstack/eslint-patch": "1.1.3",
|
8942
|
-
eslint: "8.
|
8942
|
+
eslint: "8.17.0",
|
8943
8943
|
"eslint-config-prettier": "8.5.0",
|
8944
8944
|
"eslint-config-sidvind": "1.3.2",
|
8945
8945
|
"eslint-formatter-gitlab": "3.0.0",
|