linted 16.4.0-rc.0 → 16.4.0-rc.10
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +21 -21
- package/src/declarations/markdownlint/parser.d.ts +1 -1
package/README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
___DO NOT USE - DOCUMENTATION IS SIGNIFICANTLY OUTDATED AS OF AUGUST 4, 2024___
|
6
6
|
|
7
|
-
|
7
|
+
[ESLint](https://eslint.org) mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.
|
8
8
|
|
9
9
|
1. [Languages](#languages)
|
10
10
|
1. [Features](#features)
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
|
-
"_schemaVersion": "20.
|
2
|
+
"_schemaVersion": "20.17.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.4.0-rc.
|
5
|
-
"description": "
|
4
|
+
"version": "16.4.0-rc.10",
|
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",
|
8
8
|
"eslint-config",
|
@@ -35,11 +35,11 @@
|
|
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
|
-
"eslint": "
|
42
|
+
"eslint": "~9.9.1",
|
43
43
|
"mocha": "^10.7.3",
|
44
44
|
"typescript": ">=5.5.4"
|
45
45
|
},
|
@@ -52,26 +52,26 @@
|
|
52
52
|
}
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
|
-
"@eslinted/core": "
|
56
|
-
"@html-eslint/eslint-plugin": "
|
57
|
-
"@html-eslint/parser": "
|
58
|
-
"@stylistic/eslint-plugin": "2.
|
59
|
-
"@typescript-eslint/eslint-plugin": "
|
60
|
-
"@typescript-eslint/parser": "
|
61
|
-
"eslint-plugin-jsonc": "
|
62
|
-
"eslint-plugin-markdownlint": "
|
63
|
-
"eslint-plugin-mocha": "
|
64
|
-
"eslint-plugin-svelte": "
|
65
|
-
"eslint-plugin-yml": "
|
66
|
-
"jsonc-eslint-parser": "
|
55
|
+
"@eslinted/core": "3.1.21",
|
56
|
+
"@html-eslint/eslint-plugin": "0.26.0",
|
57
|
+
"@html-eslint/parser": "0.26.0",
|
58
|
+
"@stylistic/eslint-plugin": "2.7.2",
|
59
|
+
"@typescript-eslint/eslint-plugin": "8.4.0",
|
60
|
+
"@typescript-eslint/parser": "8.4.0",
|
61
|
+
"eslint-plugin-jsonc": "2.16.0",
|
62
|
+
"eslint-plugin-markdownlint": "0.6.0",
|
63
|
+
"eslint-plugin-mocha": "10.5.0",
|
64
|
+
"eslint-plugin-svelte": "2.43.0",
|
65
|
+
"eslint-plugin-yml": "1.14.0",
|
66
|
+
"jsonc-eslint-parser": "2.4.0",
|
67
67
|
"svelte": "^4.2.19",
|
68
|
-
"svelte-eslint-parser": "
|
69
|
-
"yaml-eslint-parser": "
|
68
|
+
"svelte-eslint-parser": "0.41.0",
|
69
|
+
"yaml-eslint-parser": "1.2.3"
|
70
70
|
},
|
71
71
|
"devDependencies": {
|
72
72
|
"@eslint/config-inspector": "^0.5.4",
|
73
73
|
"eslint": "~9.9.1",
|
74
|
-
"linted": "
|
74
|
+
"linted": "16.4.0-rc.9",
|
75
75
|
"npm-run-all": "^4.1.5",
|
76
76
|
"typescript": "^5.5.4"
|
77
77
|
},
|