linted 35.2.3 → 35.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +7 -2
- package/package.json +3 -3
package/.gitattributes
CHANGED
|
@@ -20,6 +20,7 @@ LICENSE text eol=lf
|
|
|
20
20
|
*.md text eol=lf
|
|
21
21
|
*.json text eol=lf
|
|
22
22
|
*.jsonc text eol=lf
|
|
23
|
+
*.code-snippets text eol=lf
|
|
23
24
|
*.yml text eol=lf
|
|
24
25
|
*.yaml text eol=lf
|
|
25
26
|
*.csv text eol=lf
|
|
@@ -27,6 +28,9 @@ LICENSE text eol=lf
|
|
|
27
28
|
*.svg text eol=lf
|
|
28
29
|
*.xml text eol=lf
|
|
29
30
|
*.plist text eol=lf
|
|
31
|
+
*.tmLanguage text eol=lf
|
|
32
|
+
*.tmPreferences text eol=lf
|
|
33
|
+
*.tmTheme text eol=lf
|
|
30
34
|
*.h text eol=lf
|
|
31
35
|
*.hpp text eol=lf
|
|
32
36
|
*.hxx text eol=lf
|
|
@@ -47,8 +51,9 @@ LICENSE text eol=lf
|
|
|
47
51
|
*.svelte text eol=lf
|
|
48
52
|
*.py text eol=lf
|
|
49
53
|
*.jinja text eol=lf
|
|
54
|
+
*.npmrc text eol=lf
|
|
50
55
|
*.claspignore text eol=lf
|
|
51
56
|
*.funcignore text eol=lf
|
|
52
|
-
*.npmrc text eol=lf
|
|
53
57
|
*.example text eol=lf
|
|
54
|
-
*.
|
|
58
|
+
*.lark text eol=lf
|
|
59
|
+
*.re text eol=lf
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$schema": "https://json.schemastore.org/package",
|
|
4
4
|
"$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
|
|
5
5
|
"name": "linted",
|
|
6
|
-
"version": "35.2.
|
|
6
|
+
"version": "35.2.4",
|
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted",
|
|
8
8
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
|
9
9
|
"keywords": [
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"types": "dist/index.d.ts",
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"eslint": "~9.39.1",
|
|
40
|
-
"eslint-plugin-svelte": "~3.13.
|
|
40
|
+
"eslint-plugin-svelte": "~3.13.1",
|
|
41
41
|
"typescript": "^5.9.3"
|
|
42
42
|
},
|
|
43
43
|
"peerDependenciesMeta": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@eslint/css": "0.14.1",
|
|
53
53
|
"@eslint/json": "0.14.0",
|
|
54
|
-
"@eslinted/core": "32.1.
|
|
54
|
+
"@eslinted/core": "32.1.5",
|
|
55
55
|
"@eslinted/defaults": "17.7.1",
|
|
56
56
|
"@html-eslint/eslint-plugin": "0.50.0",
|
|
57
57
|
"@stylistic/eslint-plugin": "5.6.1",
|