@vp-tw/eslint-config 2.0.0 → 3.0.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/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +25 -24
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2024-2025 ViPro <vdustr@gmail.com> (
|
|
3
|
+
Copyright (c) 2024-2025 ViPro <vdustr@gmail.com> (https://vdustr.github.io)
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ ViPro's ESLint configuration.
|
|
|
14
14
|
- [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) - disables formatting rules to work with any formatter (Prettier, oxfmt, etc.)
|
|
15
15
|
- Fine-tuned to provide an opinionated, optimal DX. Please copy the VSCode settings from [eslint-config.code-workspace](https://github.com/VdustR/eslint-config/blob/main/eslint-config.code-workspace).
|
|
16
16
|
|
|
17
|
-
Check [here](https://
|
|
17
|
+
Check [here](https://vp-tw.github.io/eslint-config/) to preview the ESLint inspection.
|
|
18
18
|
|
|
19
19
|
## Installation
|
|
20
20
|
|
|
@@ -118,4 +118,4 @@ See [CLAUDE.md](./CLAUDE.md) for detailed architecture and patterns.
|
|
|
118
118
|
|
|
119
119
|
## License
|
|
120
120
|
|
|
121
|
-
MIT © ViPro <vdustr@gmail.com> (<
|
|
121
|
+
MIT © ViPro <vdustr@gmail.com> (<https://vdustr.github.io>)
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vp-tw/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "ViPro's ESLint configuration",
|
|
5
5
|
"homepage": "https://github.com/vdustr/eslint-config",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "ViPro",
|
|
9
|
-
"url": "https://vdustr.
|
|
9
|
+
"url": "https://vdustr.github.io"
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
@@ -50,40 +50,40 @@
|
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@mui/types": "^
|
|
54
|
-
"@typescript-eslint/utils": "^8.
|
|
55
|
-
"es-toolkit": "^1.
|
|
56
|
-
"eslint-flat-config-utils": "^3.
|
|
57
|
-
"local-pkg": "^1.1
|
|
53
|
+
"@mui/types": "^9.4.0",
|
|
54
|
+
"@typescript-eslint/utils": "^8.69.0",
|
|
55
|
+
"es-toolkit": "^1.52.0",
|
|
56
|
+
"eslint-flat-config-utils": "^3.2.0",
|
|
57
|
+
"local-pkg": "^1.2.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@antfu/eslint-config": "^
|
|
60
|
+
"@antfu/eslint-config": "^9.4.1",
|
|
61
61
|
"@emotion/eslint-plugin": "^11.12.0",
|
|
62
|
-
"@tanstack/eslint-plugin-query": "^5.
|
|
62
|
+
"@tanstack/eslint-plugin-query": "^5.102.8",
|
|
63
63
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
64
|
-
"eslint": "^10.
|
|
64
|
+
"eslint": "^10.9.1",
|
|
65
65
|
"eslint-config-prettier": "^10.1.8",
|
|
66
|
-
"eslint-plugin-mdx": "^3.
|
|
67
|
-
"eslint-plugin-package-json": "^
|
|
66
|
+
"eslint-plugin-mdx": "^3.8.1",
|
|
67
|
+
"eslint-plugin-package-json": "^1.8.0",
|
|
68
68
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
69
|
-
"eslint-plugin-storybook": "^10.
|
|
70
|
-
"eslint-plugin-yml": "^3.
|
|
69
|
+
"eslint-plugin-storybook": "^10.5.10",
|
|
70
|
+
"eslint-plugin-yml": "^3.8.1",
|
|
71
71
|
"eslint-typegen": "^2.3.1",
|
|
72
|
-
"storybook": "^10.
|
|
73
|
-
"unbuild": "^3.
|
|
72
|
+
"storybook": "^10.5.10",
|
|
73
|
+
"unbuild": "^3.6.1"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"@emotion/eslint-plugin": "^11.12.0",
|
|
77
|
-
"@tanstack/eslint-plugin-query": "^5.
|
|
77
|
+
"@tanstack/eslint-plugin-query": "^5.102.8",
|
|
78
78
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
79
|
-
"eslint": "^10.
|
|
79
|
+
"eslint": "^10.9.1",
|
|
80
80
|
"eslint-config-prettier": "^10.1.8",
|
|
81
|
-
"eslint-plugin-mdx": "^3.
|
|
82
|
-
"eslint-plugin-package-json": "^
|
|
81
|
+
"eslint-plugin-mdx": "^3.8.1",
|
|
82
|
+
"eslint-plugin-package-json": "^1.8.0",
|
|
83
83
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
84
|
-
"eslint-plugin-storybook": "^10.
|
|
85
|
-
"eslint-plugin-yml": "^3.
|
|
86
|
-
"storybook": "^10.
|
|
84
|
+
"eslint-plugin-storybook": "^10.5.10",
|
|
85
|
+
"eslint-plugin-yml": "^3.8.1",
|
|
86
|
+
"storybook": "^10.5.10"
|
|
87
87
|
},
|
|
88
88
|
"peerDependenciesMeta": {
|
|
89
89
|
"@emotion/eslint-plugin": {
|
|
@@ -118,9 +118,10 @@
|
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
"engines": {
|
|
121
|
-
"node": "^
|
|
121
|
+
"node": "^22.22.2 || >=24.15.0"
|
|
122
122
|
},
|
|
123
123
|
"scripts": {
|
|
124
|
+
"prebuild": "run-s copy",
|
|
124
125
|
"build": "unbuild",
|
|
125
126
|
"copy": "tsx scripts/copy",
|
|
126
127
|
"typegen": "jiti scripts/typegen"
|