@magicdawn/eslint-config 1.6.0 → 1.6.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 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -229,11 +229,7 @@ function fromSxzz(options, ...moreConfigs) {
|
|
|
229
229
|
`^[$].+`,
|
|
230
230
|
...internalPattern ?? []
|
|
231
231
|
]);
|
|
232
|
-
options$1[0].groups = uniq([
|
|
233
|
-
...groups ?? [],
|
|
234
|
-
...customSortImportGroups,
|
|
235
|
-
...options$1[0].groups ?? []
|
|
236
|
-
]);
|
|
232
|
+
options$1[0].groups = uniq([...groups ?? [], ...customSortImportGroups]);
|
|
237
233
|
}
|
|
238
234
|
return config;
|
|
239
235
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magicdawn/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.1",
|
|
5
5
|
"packageManager": "pnpm@10.26.2+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda6",
|
|
6
6
|
"description": "magicdawn's eslint-config",
|
|
7
7
|
"author": "magicdawn",
|