@pengzhanbo/eslint-config-solid 2.0.1 → 2.2.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.mjs +2 -5
- package/package.json +8 -8
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { eslintFlatConfig } from "@pengzhanbo/eslint-config";
|
|
2
|
-
|
|
3
|
-
export * from "@pengzhanbo/eslint-config"
|
|
4
|
-
|
|
2
|
+
export * from "@pengzhanbo/eslint-config";
|
|
5
3
|
//#region src/index.ts
|
|
6
4
|
function solidEslintFlatConfig(options, ...userConfigs) {
|
|
7
5
|
return eslintFlatConfig({
|
|
@@ -9,6 +7,5 @@ function solidEslintFlatConfig(options, ...userConfigs) {
|
|
|
9
7
|
...options
|
|
10
8
|
}, ...userConfigs);
|
|
11
9
|
}
|
|
12
|
-
|
|
13
10
|
//#endregion
|
|
14
|
-
export { solidEslintFlatConfig as default, solidEslintFlatConfig };
|
|
11
|
+
export { solidEslintFlatConfig as default, solidEslintFlatConfig };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pengzhanbo/eslint-config-solid",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0
|
|
4
|
+
"version": "2.2.0",
|
|
5
5
|
"author": "pengzhanbo <q942450674@outlook.com> (https://github/pengzhanbo/)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/pengzhanbo/configs#readme",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
],
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@prettier/plugin-xml": "^3.4.2",
|
|
27
|
-
"@unocss/eslint-plugin": "^66.6.
|
|
28
|
-
"eslint": "^10.0.
|
|
29
|
-
"eslint-plugin-format": "^
|
|
27
|
+
"@unocss/eslint-plugin": "^66.6.6",
|
|
28
|
+
"eslint": "^10.0.3",
|
|
29
|
+
"eslint-plugin-format": "^2.0.1",
|
|
30
30
|
"eslint-plugin-tailwindcss": "^3.18.2"
|
|
31
31
|
},
|
|
32
32
|
"peerDependenciesMeta": {
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"eslint-plugin-solid": "^0.14.5",
|
|
48
|
-
"@pengzhanbo/eslint-config": "2.0
|
|
48
|
+
"@pengzhanbo/eslint-config": "2.2.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@unocss/eslint-plugin": "^66.6.
|
|
52
|
-
"eslint": "^10.0.
|
|
53
|
-
"eslint-plugin-format": "^
|
|
51
|
+
"@unocss/eslint-plugin": "^66.6.6",
|
|
52
|
+
"eslint": "^10.0.3",
|
|
53
|
+
"eslint-plugin-format": "^2.0.1",
|
|
54
54
|
"eslint-plugin-tailwindcss": "^3.18.2"
|
|
55
55
|
},
|
|
56
56
|
"publishConfig": {
|