linted 19.4.3-rc.2 → 19.4.3-rc.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "22.10.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "19.4.3-rc.
|
4
|
+
"version": "19.4.3-rc.4",
|
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",
|
@@ -28,7 +28,8 @@
|
|
28
28
|
"license": "MIT",
|
29
29
|
"private": false,
|
30
30
|
"publishConfig": {
|
31
|
-
"access": "public"
|
31
|
+
"access": "public",
|
32
|
+
"preid": "rc"
|
32
33
|
},
|
33
34
|
"type": "module",
|
34
35
|
"main": "dist/index.js",
|
@@ -61,7 +62,7 @@
|
|
61
62
|
}
|
62
63
|
},
|
63
64
|
"dependencies": {
|
64
|
-
"@eslinted/core": "
|
65
|
+
"@eslinted/core": "6.0.0-rc.1",
|
65
66
|
"@html-eslint/eslint-plugin": "0.27.0",
|
66
67
|
"@html-eslint/parser": "0.27.0",
|
67
68
|
"@stylistic/eslint-plugin": "2.10.0",
|