@phsd/lint 0.0.0 → 0.1.0
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/dist/{index.d.ts → index.d.mts} +2079 -826
- package/dist/index.d.mts.map +1 -0
- package/dist/{index.js → index.mjs} +116 -182
- package/dist/index.mjs.map +1 -0
- package/package.json +47 -47
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phsd/lint",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.1.0",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./eslint": {
|
|
7
|
-
"types": "./dist/index.d.
|
|
8
|
-
"import": "./dist/index.
|
|
9
|
-
"default": "./dist/index.
|
|
7
|
+
"types": "./dist/index.d.mts",
|
|
8
|
+
"import": "./dist/index.mjs",
|
|
9
|
+
"default": "./dist/index.mjs"
|
|
10
10
|
}
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
13
13
|
"dist"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@eslint-react/eslint-plugin": "^
|
|
17
|
-
"@eslint/js": "^9.
|
|
18
|
-
"@eslint/markdown": "^7.
|
|
19
|
-
"@prettier/plugin-xml": "3.4.2",
|
|
16
|
+
"@eslint-react/eslint-plugin": "^2.5.3",
|
|
17
|
+
"@eslint/js": "^9.39.2",
|
|
18
|
+
"@eslint/markdown": "^7.5.1",
|
|
20
19
|
"@stylistic/eslint-plugin": "5.2.3",
|
|
21
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
22
|
-
"@typescript-eslint/parser": "^8.
|
|
23
|
-
"@vitest/eslint-plugin": "^1.
|
|
20
|
+
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
|
21
|
+
"@typescript-eslint/parser": "^8.52.0",
|
|
22
|
+
"@vitest/eslint-plugin": "^1.6.6",
|
|
24
23
|
"astro-eslint-parser": "^1.2.2",
|
|
25
|
-
"eslint": "^9.
|
|
24
|
+
"eslint": "^9.39.2",
|
|
26
25
|
"eslint-config-flat-gitignore": "2.1.0",
|
|
27
|
-
"eslint-config-turbo": "^2.
|
|
28
|
-
"eslint-flat-config-utils": "^2.1.
|
|
26
|
+
"eslint-config-turbo": "^2.7.3",
|
|
27
|
+
"eslint-flat-config-utils": "^2.1.4",
|
|
29
28
|
"eslint-merge-processors": "^2.0.0",
|
|
30
|
-
"eslint-plugin-antfu": "^3.1.
|
|
31
|
-
"eslint-plugin-astro": "^1.
|
|
32
|
-
"eslint-plugin-better-tailwindcss": "^3.
|
|
33
|
-
"eslint-plugin-command": "^3.
|
|
34
|
-
"eslint-plugin-format": "^1.0
|
|
35
|
-
"eslint-plugin-import-lite": "^0.
|
|
36
|
-
"eslint-plugin-jsdoc": "^
|
|
37
|
-
"eslint-plugin-jsonc": "^2.
|
|
38
|
-
"eslint-plugin-n": "^17.
|
|
39
|
-
"eslint-plugin-perfectionist": "^
|
|
40
|
-
"eslint-plugin-pnpm": "^1.
|
|
41
|
-
"eslint-plugin-react-hooks": "^
|
|
42
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
29
|
+
"eslint-plugin-antfu": "^3.1.3",
|
|
30
|
+
"eslint-plugin-astro": "^1.5.0",
|
|
31
|
+
"eslint-plugin-better-tailwindcss": "^3.8.0",
|
|
32
|
+
"eslint-plugin-command": "^3.4.0",
|
|
33
|
+
"eslint-plugin-format": "^1.2.0",
|
|
34
|
+
"eslint-plugin-import-lite": "^0.5.0",
|
|
35
|
+
"eslint-plugin-jsdoc": "^62.0.0",
|
|
36
|
+
"eslint-plugin-jsonc": "^2.21.0",
|
|
37
|
+
"eslint-plugin-n": "^17.23.1",
|
|
38
|
+
"eslint-plugin-perfectionist": "^5.3.1",
|
|
39
|
+
"eslint-plugin-pnpm": "^1.4.3",
|
|
40
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
41
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
43
42
|
"eslint-plugin-regexp": "^2.10.0",
|
|
44
|
-
"eslint-plugin-svelte": "^3.
|
|
45
|
-
"eslint-plugin-toml": "^0.
|
|
46
|
-
"eslint-plugin-unicorn": "^
|
|
47
|
-
"eslint-plugin-unused-imports": "^4.
|
|
48
|
-
"eslint-plugin-yml": "^1.
|
|
43
|
+
"eslint-plugin-svelte": "^3.14.0",
|
|
44
|
+
"eslint-plugin-toml": "^0.13.0",
|
|
45
|
+
"eslint-plugin-unicorn": "^62.0.0",
|
|
46
|
+
"eslint-plugin-unused-imports": "^4.3.0",
|
|
47
|
+
"eslint-plugin-yml": "^1.19.1",
|
|
49
48
|
"eslint-typegen": "^2.3.0",
|
|
50
|
-
"globals": "^
|
|
51
|
-
"jsonc-eslint-parser": "^2.4.
|
|
49
|
+
"globals": "^17.0.0",
|
|
50
|
+
"jsonc-eslint-parser": "^2.4.2",
|
|
52
51
|
"prettier-plugin-astro": "^0.14.1",
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
52
|
+
"prettier-plugin-svelte": "^3.4.1",
|
|
53
|
+
"publint": "^0.3.16",
|
|
54
|
+
"svelte-eslint-parser": "^1.4.1",
|
|
55
|
+
"toml-eslint-parser": "^0.11.0",
|
|
56
|
+
"typescript-eslint": "^8.52.0",
|
|
57
|
+
"yaml-eslint-parser": "^1.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@types/node": "^
|
|
60
|
+
"@types/node": "^25.0.3",
|
|
61
61
|
"local-pkg": "^1.1.2",
|
|
62
|
-
"prettier": "^3.
|
|
63
|
-
"tailwindcss": "^4.1.
|
|
64
|
-
"tsdown": "^0.
|
|
65
|
-
"tsx": "^4.
|
|
66
|
-
"typescript": "^5.9.
|
|
67
|
-
"@phsd/format": "0.0.
|
|
68
|
-
"@phsd/typescript": "0.0.
|
|
62
|
+
"prettier": "^3.7.4",
|
|
63
|
+
"tailwindcss": "^4.1.18",
|
|
64
|
+
"tsdown": "^0.18.4",
|
|
65
|
+
"tsx": "^4.21.0",
|
|
66
|
+
"typescript": "^5.9.3",
|
|
67
|
+
"@phsd/format": "0.0.4",
|
|
68
|
+
"@phsd/typescript": "0.0.1"
|
|
69
69
|
},
|
|
70
70
|
"scripts": {
|
|
71
71
|
"start": "pnpm dev",
|