linted 16.3.7 → 16.3.8-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "20.16.1",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.3.
|
4
|
+
"version": "16.3.8-rc.1",
|
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",
|
@@ -52,7 +52,7 @@
|
|
52
52
|
}
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
|
-
"@eslinted/core": "~3.1.
|
55
|
+
"@eslinted/core": "~3.1.20",
|
56
56
|
"@html-eslint/eslint-plugin": "~0.26.0",
|
57
57
|
"@html-eslint/parser": "~0.26.0",
|
58
58
|
"@stylistic/eslint-plugin": "~2.6.4",
|