linted 16.4.0-rc.4 → 16.4.0-rc.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"_schemaVersion": "20.
|
2
|
+
"_schemaVersion": "20.17.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.4.0-rc.
|
4
|
+
"version": "16.4.0-rc.6",
|
5
5
|
"description": "Zero-config ESLint flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Mocha, JSON(C), and sadly YAML.",
|
6
6
|
"keywords": [
|
7
7
|
"eslint",
|
@@ -35,8 +35,8 @@
|
|
35
35
|
"types": "dist/index.d.ts",
|
36
36
|
"engineStrict": true,
|
37
37
|
"engines": {
|
38
|
-
"node": ">=20.
|
39
|
-
"npm": ">=10.8.
|
38
|
+
"node": ">=20.17.0",
|
39
|
+
"npm": ">=10.8.2"
|
40
40
|
},
|
41
41
|
"peerDependencies": {
|
42
42
|
"eslint": "^9.9.1",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"devDependencies": {
|
72
72
|
"@eslint/config-inspector": "^0.5.4",
|
73
73
|
"eslint": "~9.9.1",
|
74
|
-
"linted": "~16.4.0-rc.
|
74
|
+
"linted": "~16.4.0-rc.5",
|
75
75
|
"npm-run-all": "^4.1.5",
|
76
76
|
"typescript": "^5.5.4"
|
77
77
|
},
|