@html-validate/eslint-config 9.2.7 → 9.2.13
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.mjs +9 -5
- package/dist/cli.mjs.map +2 -2
- package/package.json +4 -4
package/dist/cli.mjs
CHANGED
|
@@ -13,7 +13,11 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
13
13
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
14
14
|
});
|
|
15
15
|
var __commonJS = (cb, mod) => function __require2() {
|
|
16
|
-
|
|
16
|
+
try {
|
|
17
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
18
|
+
} catch (e) {
|
|
19
|
+
throw mod = 0, e;
|
|
20
|
+
}
|
|
17
21
|
};
|
|
18
22
|
var __copyProps = (to, from, except, desc) => {
|
|
19
23
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
@@ -8902,7 +8906,7 @@ var require_package = __commonJS({
|
|
|
8902
8906
|
"package.json"(exports, module) {
|
|
8903
8907
|
module.exports = {
|
|
8904
8908
|
name: "@html-validate/eslint-config",
|
|
8905
|
-
version: "9.2.
|
|
8909
|
+
version: "9.2.10",
|
|
8906
8910
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
|
8907
8911
|
keywords: [
|
|
8908
8912
|
"eslint"
|
|
@@ -8947,9 +8951,9 @@ var require_package = __commonJS({
|
|
|
8947
8951
|
"eslint-import-resolver-typescript": "4.4.5",
|
|
8948
8952
|
"eslint-plugin-array-func": "5.1.1",
|
|
8949
8953
|
"eslint-plugin-import-x": "4.16.2",
|
|
8950
|
-
"eslint-plugin-n": "18.0
|
|
8954
|
+
"eslint-plugin-n": "18.1.0",
|
|
8951
8955
|
"eslint-plugin-prettier": "5.5.6",
|
|
8952
|
-
"eslint-plugin-security": "4.0.
|
|
8956
|
+
"eslint-plugin-security": "4.0.1",
|
|
8953
8957
|
"eslint-plugin-sonarjs": "4.0.3",
|
|
8954
8958
|
"eslint-plugin-unicorn": "64.0.0",
|
|
8955
8959
|
"find-up": "8.0.0",
|
|
@@ -8957,7 +8961,7 @@ var require_package = __commonJS({
|
|
|
8957
8961
|
nunjucks: "3.2.4"
|
|
8958
8962
|
},
|
|
8959
8963
|
devDependencies: {
|
|
8960
|
-
esbuild: "0.28.
|
|
8964
|
+
esbuild: "0.28.1"
|
|
8961
8965
|
},
|
|
8962
8966
|
peerDependencies: {
|
|
8963
8967
|
prettier: "^3.0.0"
|