@html-validate/eslint-config 5.12.9 → 5.13.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 +8 -4
- package/dist/cli.js.map +2 -2
- package/package.json +8 -10
package/dist/cli.js
CHANGED
@@ -14164,7 +14164,7 @@ var require_package = __commonJS({
|
|
14164
14164
|
"package.json"(exports2, module2) {
|
14165
14165
|
module2.exports = {
|
14166
14166
|
name: "@html-validate/eslint-config",
|
14167
|
-
version: "5.12.
|
14167
|
+
version: "5.12.9",
|
14168
14168
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
14169
14169
|
keywords: [
|
14170
14170
|
"eslint"
|
@@ -14194,7 +14194,11 @@ var require_package = __commonJS({
|
|
14194
14194
|
],
|
14195
14195
|
scripts: {
|
14196
14196
|
prebuild: "tsc",
|
14197
|
-
build: "esbuild src/cli.ts --bundle --sourcemap --platform=node --target=
|
14197
|
+
build: "esbuild src/cli.ts --bundle --sourcemap --platform=node --target=node18 --external:prettier --outdir=dist",
|
14198
|
+
prepack: "release-prepack --retain-scripts",
|
14199
|
+
postpack: "release-postpack",
|
14200
|
+
prepublishOnly: "release-prepublish --retain-scripts",
|
14201
|
+
postpublish: "release-postpublish"
|
14198
14202
|
},
|
14199
14203
|
dependencies: {
|
14200
14204
|
"@rushstack/eslint-patch": "1.7.2",
|
@@ -14215,14 +14219,14 @@ var require_package = __commonJS({
|
|
14215
14219
|
devDependencies: {
|
14216
14220
|
argparse: "2.0.1",
|
14217
14221
|
"find-up": "7.0.0",
|
14218
|
-
"internal-prettier": "5.12.
|
14222
|
+
"internal-prettier": "5.12.9",
|
14219
14223
|
nunjucks: "3.2.4"
|
14220
14224
|
},
|
14221
14225
|
peerDependencies: {
|
14222
14226
|
prettier: "^3"
|
14223
14227
|
},
|
14224
14228
|
engines: {
|
14225
|
-
node: ">=
|
14229
|
+
node: ">= 18",
|
14226
14230
|
npm: ">= 7"
|
14227
14231
|
},
|
14228
14232
|
publishConfig: {
|