@html-validate/eslint-config 5.4.11 → 5.4.12
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 -2
- package/dist/cli.js.map +1 -1
- package/package.json +3 -3
package/dist/cli.js
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
#!/usr/bin/env node
|
2
|
+
"use strict";
|
2
3
|
var __create = Object.create;
|
3
4
|
var __defProp = Object.defineProperty;
|
4
5
|
var __defProps = Object.defineProperties;
|
@@ -8905,7 +8906,7 @@ var require_package = __commonJS({
|
|
8905
8906
|
"package.json"(exports, module2) {
|
8906
8907
|
module2.exports = {
|
8907
8908
|
name: "@html-validate/eslint-config",
|
8908
|
-
version: "5.4.
|
8909
|
+
version: "5.4.11",
|
8909
8910
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
8910
8911
|
keywords: [
|
8911
8912
|
"eslint"
|
@@ -8939,7 +8940,7 @@ var require_package = __commonJS({
|
|
8939
8940
|
},
|
8940
8941
|
dependencies: {
|
8941
8942
|
"@rushstack/eslint-patch": "1.1.3",
|
8942
|
-
eslint: "8.
|
8943
|
+
eslint: "8.18.0",
|
8943
8944
|
"eslint-config-prettier": "8.5.0",
|
8944
8945
|
"eslint-config-sidvind": "1.3.2",
|
8945
8946
|
"eslint-formatter-gitlab": "3.0.0",
|