linted 16.4.0 → 16.5.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -14
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"_schemaVersion": "20.17.
|
2
|
+
"_schemaVersion": "20.17.8",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.
|
4
|
+
"version": "16.5.0-rc.1",
|
5
5
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
6
6
|
"keywords": [
|
7
7
|
"eslint",
|
@@ -39,9 +39,9 @@
|
|
39
39
|
"npm": ">=10.8.2"
|
40
40
|
},
|
41
41
|
"peerDependencies": {
|
42
|
-
"eslint": "~9.
|
42
|
+
"eslint": "~9.10.0",
|
43
43
|
"mocha": "^10.7.3",
|
44
|
-
"typescript": ">=5.
|
44
|
+
"typescript": ">=5.6.2"
|
45
45
|
},
|
46
46
|
"peerDependenciesMeta": {
|
47
47
|
"mocha": {
|
@@ -52,12 +52,12 @@
|
|
52
52
|
}
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
|
-
"@eslinted/core": "3.
|
55
|
+
"@eslinted/core": "3.4.1",
|
56
56
|
"@html-eslint/eslint-plugin": "0.26.0",
|
57
57
|
"@html-eslint/parser": "0.26.0",
|
58
|
-
"@stylistic/eslint-plugin": "2.
|
59
|
-
"@typescript-eslint/eslint-plugin": "8.
|
60
|
-
"@typescript-eslint/parser": "8.
|
58
|
+
"@stylistic/eslint-plugin": "2.8.0",
|
59
|
+
"@typescript-eslint/eslint-plugin": "8.5.0",
|
60
|
+
"@typescript-eslint/parser": "8.5.0",
|
61
61
|
"eslint-plugin-jsonc": "2.16.0",
|
62
62
|
"eslint-plugin-markdownlint": "0.6.0",
|
63
63
|
"eslint-plugin-mocha": "10.5.0",
|
@@ -70,10 +70,10 @@
|
|
70
70
|
},
|
71
71
|
"devDependencies": {
|
72
72
|
"@eslint/config-inspector": "^0.5.4",
|
73
|
-
"eslint": "~9.
|
74
|
-
"linted": "16.
|
73
|
+
"eslint": "~9.10.0",
|
74
|
+
"linted": "16.5.0-rc.0",
|
75
75
|
"npm-run-all": "^4.1.5",
|
76
|
-
"typescript": "^5.
|
76
|
+
"typescript": "^5.6.2"
|
77
77
|
},
|
78
78
|
"scripts": {
|
79
79
|
"build": "run-s \"build:{1}:*\" lint:built -- ts",
|
@@ -84,9 +84,9 @@
|
|
84
84
|
"build:svelte:prelint": "npm run ln src/**/*.svelte",
|
85
85
|
"lint": "npm run build",
|
86
86
|
"lint:built": "run-s lint:built:*",
|
87
|
-
"lint:built:configs": "npm run ln {*,.github/workflows/*}.{json,jsonc,js,ts,yml}",
|
88
|
-
"lint:built:source": "npm run ln src/**/*.{js,ts,html}",
|
89
|
-
"ln": "eslint --cache --fix",
|
87
|
+
"lint:built:configs": "npm run ln --files={*,.github/workflows/*}.{json,jsonc,js,ts,yml}",
|
88
|
+
"lint:built:source": "npm run ln --files=src/**/*.{js,ts,html}",
|
89
|
+
"ln": "eslint --cache --fix --no-error-on-unmatched-pattern %npm_config_files% || echo \"No linter installed.\"",
|
90
90
|
"pretest": "npm run build",
|
91
91
|
"test": "",
|
92
92
|
"start": "vite preview || node .",
|