@html-validate/eslint-config 5.7.2 → 5.7.3
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
@@ -14445,7 +14445,7 @@ var require_package = __commonJS({
|
|
14445
14445
|
"package.json"(exports, module2) {
|
14446
14446
|
module2.exports = {
|
14447
14447
|
name: "@html-validate/eslint-config",
|
14448
|
-
version: "5.7.
|
14448
|
+
version: "5.7.2",
|
14449
14449
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
14450
14450
|
keywords: [
|
14451
14451
|
"eslint"
|
@@ -14479,12 +14479,12 @@ var require_package = __commonJS({
|
|
14479
14479
|
},
|
14480
14480
|
dependencies: {
|
14481
14481
|
"@rushstack/eslint-patch": "1.2.0",
|
14482
|
-
eslint: "8.
|
14482
|
+
eslint: "8.38.0",
|
14483
14483
|
"eslint-config-prettier": "8.8.0",
|
14484
14484
|
"eslint-config-sidvind": "1.3.2",
|
14485
14485
|
"eslint-formatter-gitlab": "4.0.0",
|
14486
14486
|
"eslint-import-resolver-node": "0.3.7",
|
14487
|
-
"eslint-import-resolver-typescript": "3.5.
|
14487
|
+
"eslint-import-resolver-typescript": "3.5.5",
|
14488
14488
|
"eslint-plugin-array-func": "3.1.8",
|
14489
14489
|
"eslint-plugin-eslint-comments": "3.2.0",
|
14490
14490
|
"eslint-plugin-import": "2.27.5",
|