@html-validate/eslint-config 5.12.1 → 5.12.2
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 +3 -3
package/dist/cli.js
CHANGED
@@ -14164,7 +14164,7 @@ var require_package = __commonJS({
|
|
14164
14164
|
"package.json"(exports, module2) {
|
14165
14165
|
module2.exports = {
|
14166
14166
|
name: "@html-validate/eslint-config",
|
14167
|
-
version: "5.12.
|
14167
|
+
version: "5.12.1",
|
14168
14168
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
14169
14169
|
keywords: [
|
14170
14170
|
"eslint"
|
@@ -14199,7 +14199,7 @@ var require_package = __commonJS({
|
|
14199
14199
|
dependencies: {
|
14200
14200
|
"@rushstack/eslint-patch": "1.6.0",
|
14201
14201
|
eslint: "8.55.0",
|
14202
|
-
"eslint-config-prettier": "9.
|
14202
|
+
"eslint-config-prettier": "9.1.0",
|
14203
14203
|
"eslint-config-sidvind": "1.3.2",
|
14204
14204
|
"eslint-formatter-gitlab": "5.1.0",
|
14205
14205
|
"eslint-import-resolver-node": "0.3.9",
|
@@ -14215,7 +14215,7 @@ var require_package = __commonJS({
|
|
14215
14215
|
devDependencies: {
|
14216
14216
|
argparse: "2.0.1",
|
14217
14217
|
"find-up": "7.0.0",
|
14218
|
-
"internal-prettier": "5.12.
|
14218
|
+
"internal-prettier": "5.12.1",
|
14219
14219
|
nunjucks: "3.2.4"
|
14220
14220
|
},
|
14221
14221
|
peerDependencies: {
|