@html-validate/eslint-config 5.25.5 → 5.26.0
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
@@ -8895,7 +8895,7 @@ var require_package = __commonJS({
|
|
8895
8895
|
"package.json"(exports2, module2) {
|
8896
8896
|
module2.exports = {
|
8897
8897
|
name: "@html-validate/eslint-config",
|
8898
|
-
version: "5.25.
|
8898
|
+
version: "5.25.5",
|
8899
8899
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
8900
8900
|
keywords: [
|
8901
8901
|
"eslint"
|
@@ -8933,7 +8933,7 @@ var require_package = __commonJS({
|
|
8933
8933
|
dependencies: {
|
8934
8934
|
"@rushstack/eslint-patch": "1.10.5",
|
8935
8935
|
eslint: "8.57.1",
|
8936
|
-
"eslint-config-prettier": "
|
8936
|
+
"eslint-config-prettier": "10.0.1",
|
8937
8937
|
"eslint-config-sidvind": "1.3.2",
|
8938
8938
|
"eslint-formatter-gitlab": "5.1.0",
|
8939
8939
|
"eslint-import-resolver-node": "0.3.9",
|
@@ -8942,7 +8942,7 @@ var require_package = __commonJS({
|
|
8942
8942
|
"eslint-plugin-eslint-comments": "3.2.0",
|
8943
8943
|
"eslint-plugin-import": "2.31.0",
|
8944
8944
|
"eslint-plugin-n": "17.15.1",
|
8945
|
-
"eslint-plugin-prettier": "5.2.
|
8945
|
+
"eslint-plugin-prettier": "5.2.3",
|
8946
8946
|
"eslint-plugin-security": "3.0.1",
|
8947
8947
|
"eslint-plugin-sonarjs": "3.0.1"
|
8948
8948
|
},
|