linted 16.14.1 → 16.14.3-rc.0
Sign up to get free protection for your applications and to get access to all the features.
package/dist/imports/index.d.ts
CHANGED
@@ -17,7 +17,7 @@ declare const _default: {
|
|
17
17
|
"flat/base": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>[];
|
18
18
|
"flat/recommended": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>[];
|
19
19
|
"flat/prettier": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>[];
|
20
|
-
"flat/all": import("eslint").Linter.
|
20
|
+
"flat/all": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>[];
|
21
21
|
};
|
22
22
|
rules: {
|
23
23
|
[key: string]: import("eslint-plugin-svelte/lib/types").RuleModule;
|
@@ -17,7 +17,7 @@ declare const _default: {
|
|
17
17
|
"flat/base": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>[];
|
18
18
|
"flat/recommended": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>[];
|
19
19
|
"flat/prettier": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>[];
|
20
|
-
"flat/all": import("eslint").Linter.
|
20
|
+
"flat/all": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>[];
|
21
21
|
};
|
22
22
|
rules: {
|
23
23
|
[key: string]: import("eslint-plugin-svelte/lib/types").RuleModule;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "20.18.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.14.
|
4
|
+
"version": "16.14.3-rc.0",
|
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",
|
@@ -57,23 +57,23 @@
|
|
57
57
|
}
|
58
58
|
},
|
59
59
|
"dependencies": {
|
60
|
-
"@eslinted/core": "4.0.
|
60
|
+
"@eslinted/core": "4.0.4",
|
61
61
|
"@html-eslint/eslint-plugin": "0.27.0",
|
62
62
|
"@html-eslint/parser": "0.27.0",
|
63
63
|
"@stylistic/eslint-plugin": "2.9.0",
|
64
|
-
"@typescript-eslint/eslint-plugin": "8.
|
65
|
-
"@typescript-eslint/parser": "8.
|
64
|
+
"@typescript-eslint/eslint-plugin": "8.10.0",
|
65
|
+
"@typescript-eslint/parser": "8.10.0",
|
66
66
|
"eslint-plugin-jsonc": "2.16.0",
|
67
67
|
"eslint-plugin-mocha": "10.5.0",
|
68
|
-
"eslint-plugin-svelte": "2.
|
68
|
+
"eslint-plugin-svelte": "2.45.1",
|
69
69
|
"eslint-plugin-yml": "1.14.0",
|
70
70
|
"jsonc-eslint-parser": "2.4.0",
|
71
71
|
"svelte": "^4.2.19",
|
72
|
-
"svelte-eslint-parser": "0.
|
72
|
+
"svelte-eslint-parser": "0.42.0",
|
73
73
|
"yaml-eslint-parser": "1.2.3"
|
74
74
|
},
|
75
75
|
"devDependencies": {
|
76
|
-
"@eslint/config-inspector": "^0.5.
|
76
|
+
"@eslint/config-inspector": "^0.5.5",
|
77
77
|
"npm-run-all": "^4.1.5",
|
78
78
|
"run-script-os": "^1.1.6",
|
79
79
|
"ts-add-js-extension": "^1.6.4",
|