@html-validate/eslint-config 6.9.0 → 6.10.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.mjs +4 -4
- package/dist/cli.mjs.map +3 -3
- package/eslint.mjs +1 -1
- package/index.mjs +50 -12
- package/package.json +2 -2
- package/template/eslint.config.mjs.njk +13 -13
package/dist/cli.mjs
CHANGED
|
@@ -8902,7 +8902,7 @@ var require_package = __commonJS({
|
|
|
8902
8902
|
"package.json"(exports, module) {
|
|
8903
8903
|
module.exports = {
|
|
8904
8904
|
name: "@html-validate/eslint-config",
|
|
8905
|
-
version: "6.
|
|
8905
|
+
version: "6.10.0",
|
|
8906
8906
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
|
8907
8907
|
keywords: [
|
|
8908
8908
|
"eslint"
|
|
@@ -8975,11 +8975,11 @@ var require_package = __commonJS({
|
|
|
8975
8975
|
|
|
8976
8976
|
// src/cli.ts
|
|
8977
8977
|
var import_argparse = __toESM(require_argparse(), 1);
|
|
8978
|
+
import child_process from "node:child_process";
|
|
8978
8979
|
import fs2 from "node:fs";
|
|
8979
8980
|
import path4 from "node:path";
|
|
8980
|
-
import child_process from "node:child_process";
|
|
8981
|
-
import { promisify as promisify2 } from "node:util";
|
|
8982
8981
|
import { fileURLToPath as fileURLToPath3 } from "node:url";
|
|
8982
|
+
import { promisify as promisify2 } from "node:util";
|
|
8983
8983
|
|
|
8984
8984
|
// node_modules/find-up/index.js
|
|
8985
8985
|
import path2 from "node:path";
|
|
@@ -9220,7 +9220,7 @@ async function findUp(name, options = {}) {
|
|
|
9220
9220
|
|
|
9221
9221
|
// src/render.ts
|
|
9222
9222
|
var import_nunjucks = __toESM(require_nunjucks(), 1);
|
|
9223
|
-
import path3 from "path";
|
|
9223
|
+
import path3 from "node:path";
|
|
9224
9224
|
import prettier from "prettier";
|
|
9225
9225
|
async function renderNunjucks(src, dst, features) {
|
|
9226
9226
|
import_nunjucks.default.configure(path3.dirname(src), { trimBlocks: true });
|