@html-validate/eslint-config 5.5.0 → 5.5.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 +3 -3
- package/package.json +4 -4
package/dist/cli.js
CHANGED
@@ -13871,7 +13871,7 @@ var require_package = __commonJS({
|
|
13871
13871
|
"package.json"(exports, module2) {
|
13872
13872
|
module2.exports = {
|
13873
13873
|
name: "@html-validate/eslint-config",
|
13874
|
-
version: "5.
|
13874
|
+
version: "5.5.0",
|
13875
13875
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
13876
13876
|
keywords: [
|
13877
13877
|
"eslint"
|
@@ -13904,8 +13904,8 @@ var require_package = __commonJS({
|
|
13904
13904
|
build: "esbuild src/cli.ts --bundle --sourcemap --platform=node --target=node12.22 --external:prettier --outdir=dist"
|
13905
13905
|
},
|
13906
13906
|
dependencies: {
|
13907
|
-
"@rushstack/eslint-patch": "1.
|
13908
|
-
eslint: "8.23.
|
13907
|
+
"@rushstack/eslint-patch": "1.2.0",
|
13908
|
+
eslint: "8.23.1",
|
13909
13909
|
"eslint-config-prettier": "8.5.0",
|
13910
13910
|
"eslint-config-sidvind": "1.3.2",
|
13911
13911
|
"eslint-formatter-gitlab": "3.0.0",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@html-validate/eslint-config",
|
3
|
-
"version": "5.5.
|
3
|
+
"version": "5.5.1",
|
4
4
|
"description": "Eslint sharable config used by the various HTML-validate packages",
|
5
5
|
"keywords": [
|
6
6
|
"eslint"
|
@@ -33,8 +33,8 @@
|
|
33
33
|
"build": "esbuild src/cli.ts --bundle --sourcemap --platform=node --target=node12.22 --external:prettier --outdir=dist"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@rushstack/eslint-patch": "1.
|
37
|
-
"eslint": "8.23.
|
36
|
+
"@rushstack/eslint-patch": "1.2.0",
|
37
|
+
"eslint": "8.23.1",
|
38
38
|
"eslint-config-prettier": "8.5.0",
|
39
39
|
"eslint-config-sidvind": "1.3.2",
|
40
40
|
"eslint-formatter-gitlab": "3.0.0",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"publishConfig": {
|
61
61
|
"access": "public"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "b9f6ca3c552b3829531b71eafa1d5212b3b4003b"
|
64
64
|
}
|