@eslinted/core 17.0.3 → 17.0.5
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/package.json +4 -4
package/package.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
|
-
"$template": "22.14.
|
2
|
+
"$template": "22.14.11",
|
3
3
|
"$schema": "https://json.schemastore.org/package",
|
4
4
|
"$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
|
5
5
|
"name": "@eslinted/core",
|
6
|
-
"version": "17.0.
|
6
|
+
"version": "17.0.5",
|
7
7
|
"description": "Internal core for npm package `linted`, responsible for producing an array of fully-formed ESLint configurations according to `linted` spec.",
|
8
8
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
9
9
|
"license": "MIT",
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"make:lint+false": "(run-s make:lint+true) || (echo \"Skip lint (optional).\")",
|
61
61
|
"make:lint+true": "run-s lint-all",
|
62
62
|
"lint": "run-s build",
|
63
|
-
"lint-all": "npm run linter -- \"{,src/**/,tests/**/,static/**/,typings/**/,public/**/,tools/**/,.github/**/,.vscode/**/}*.{js,cjs,mjs,ts,cts,mts,svelte,html,json,jsonc,code-snippets,yml,yaml}\"",
|
63
|
+
"lint-all": "npm run linter -- \"{,src/**/,tests/**/,static/**/,typings/**/,public/**/,tools/**/,.github/**/,.vscode/**/}*.{js,cjs,mjs,ts,cts,mts,svelte,html,css,json,jsonc,code-snippets,yml,yaml}\"",
|
64
64
|
"linter": "eslint --cache --fix",
|
65
65
|
"pretest": "run-s build",
|
66
66
|
"test": "run-os",
|
@@ -73,7 +73,7 @@
|
|
73
73
|
"start:default": "run-s start-$npm_package_config_language",
|
74
74
|
"start:windows": "run-s start-%npm_package_config_language%",
|
75
75
|
"start-ts": "node .",
|
76
|
-
"start-svelte": "vite preview",
|
76
|
+
"start-svelte": "vite preview --open",
|
77
77
|
"prepublishOnly": "npm test",
|
78
78
|
"postpublish": "run-os",
|
79
79
|
"postpublish:default": "if [ \"${npm_package_version#*-}\" = \"${npm_package_version}\" ]; then npm dist-tag add \"$npm_package_name@$npm_package_version\" latest; fi",
|