linted 16.12.1-rc.0 → 16.12.1-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "20.17.8",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.12.1-rc.
|
4
|
+
"version": "16.12.1-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",
|
@@ -55,7 +55,7 @@
|
|
55
55
|
"@eslinted/core": "4.0.1",
|
56
56
|
"@html-eslint/eslint-plugin": "0.27.0",
|
57
57
|
"@html-eslint/parser": "0.27.0",
|
58
|
-
"@stylistic/eslint-plugin": "2.
|
58
|
+
"@stylistic/eslint-plugin": "2.9.0",
|
59
59
|
"@typescript-eslint/eslint-plugin": "8.8.1",
|
60
60
|
"@typescript-eslint/parser": "8.8.1",
|
61
61
|
"eslint-plugin-jsonc": "2.16.0",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"devDependencies": {
|
72
72
|
"@eslint/config-inspector": "^0.5.4",
|
73
73
|
"eslint": "~9.12.0",
|
74
|
-
"linted": "16.12.
|
74
|
+
"linted": "16.12.1-rc.0",
|
75
75
|
"npm-run-all": "^4.1.5",
|
76
76
|
"typescript": "^5.6.3"
|
77
77
|
},
|