@so1ve/eslint-config 3.11.0 → 3.11.1
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.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1572,6 +1572,7 @@ function so1ve(options = {}, ...userConfigs) {
|
|
|
1572
1572
|
overrides: getOverrides(options, "solid"),
|
|
1573
1573
|
typescript: !!enableTypeScript
|
|
1574
1574
|
}));
|
|
1575
|
+
if (options.formatting ?? true) configs.push(formatting(options));
|
|
1575
1576
|
if (options.jsonc ?? true) configs.push(jsonc());
|
|
1576
1577
|
if (options.toml ?? true) configs.push(toml({ overrides: getOverrides(options, "toml") }));
|
|
1577
1578
|
if (options.yaml ?? true) configs.push(yaml({ overrides: getOverrides(options, "yaml") }));
|
|
@@ -1579,7 +1580,6 @@ function so1ve(options = {}, ...userConfigs) {
|
|
|
1579
1580
|
componentExts,
|
|
1580
1581
|
overrides: getOverrides(options, "mdx")
|
|
1581
1582
|
}));
|
|
1582
|
-
if (options.formatting ?? true) configs.push(formatting(options));
|
|
1583
1583
|
const fusedConfig = flatConfigProps.reduce((acc, key) => {
|
|
1584
1584
|
if (key in options) acc[key] = options[key];
|
|
1585
1585
|
return acc;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@so1ve/eslint-config",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.1",
|
|
4
4
|
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Ray's eslint config.",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"typescript-eslint": "^8.46.1",
|
|
75
75
|
"vue-eslint-parser": "^10.2.0",
|
|
76
76
|
"yaml-eslint-parser": "^1.3.0",
|
|
77
|
-
"@so1ve/eslint-plugin
|
|
78
|
-
"@so1ve/eslint-plugin": "3.11.
|
|
77
|
+
"@so1ve/eslint-plugin": "3.11.1",
|
|
78
|
+
"@so1ve/eslint-plugin-sort-imports": "3.11.1"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"eslint": "^9.37.0",
|