linted 31.2.8 → 31.2.10
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 +6 -6
package/package.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
|
-
"$pkg": "2211.5.
|
2
|
+
"$pkg": "2211.5.1",
|
3
3
|
"$schema": "https://json.schemastore.org/package",
|
4
4
|
"$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
|
5
5
|
"name": "linted",
|
6
|
-
"version": "31.2.
|
6
|
+
"version": "31.2.10",
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted",
|
8
8
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
9
9
|
"keywords": [
|
@@ -53,8 +53,8 @@
|
|
53
53
|
"dependencies": {
|
54
54
|
"@eslint/css": "0.11.1",
|
55
55
|
"@eslint/json": "0.13.2",
|
56
|
-
"@eslinted/core": "24.1.
|
57
|
-
"@eslinted/defaults": "12.19.
|
56
|
+
"@eslinted/core": "24.1.5",
|
57
|
+
"@eslinted/defaults": "12.19.6",
|
58
58
|
"@html-eslint/eslint-plugin": "0.47.0",
|
59
59
|
"@stylistic/eslint-plugin": "5.4.0",
|
60
60
|
"eslint-plugin-chai-expect": "3.1.0",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"eslint-plugin-jsonc": "2.20.1",
|
63
63
|
"eslint-plugin-mocha": "11.1.0",
|
64
64
|
"eslint-plugin-yml": "1.18.0",
|
65
|
-
"typescript-eslint": "8.
|
65
|
+
"typescript-eslint": "8.45.0"
|
66
66
|
},
|
67
67
|
"devDependencies": {
|
68
68
|
"@types/chai": "^5.2.2",
|
@@ -78,7 +78,7 @@
|
|
78
78
|
"clean": "cmd --% /c \"(if exist dist rmdir /s /q dist) & (if exist build rmdir /s /q build) & (if exist .svelte-kit rmdir /s /q .svelte-kit) & (if exist .eslintcache del /f /q .eslintcache)\" || rm -rf dist build .svelte-kit .eslintcache",
|
79
79
|
"prebuild": "npm run clean",
|
80
80
|
"build": "cmd /c \"(if exist svelte.config.js (npm run build:svelte) else (npm run build:ts))\" || bash -c 'if [ -f svelte.config.js ]; then npm run build:svelte; else npm run build:ts; fi'",
|
81
|
-
"build:ts": "tsc && ts-add-js-extension --dir=dist",
|
81
|
+
"build:ts": "tsc && ts-add-js-extension --dir=dist --showprogress=false",
|
82
82
|
"build:svelte": "svelte-kit sync && svelte-check && vite build",
|
83
83
|
"postbuild": "npm run lint || echo \"Lint failed. Continuing...\"",
|
84
84
|
"lint": "eslint --cache --fix",
|