@1adybug/prettier 0.0.15 → 0.0.16

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -117,7 +117,7 @@ const config = {
117
117
  sortGroup (a, b) {
118
118
  return Number(a.isExport) - Number(b.isExport) || Number(a.isSideEffect) - Number(b.isSideEffect) || compareGroupName(a.name, b.name);
119
119
  },
120
- separator: "",
120
+ groupSeparator: "",
121
121
  sortSideEffect: true,
122
122
  otherPlugins
123
123
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1adybug/prettier",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "推荐的 Prettier 配置",
5
5
  "keywords": [
6
6
  "prettier",
@@ -38,9 +38,9 @@
38
38
  "dependencies": {
39
39
  "prettier-plugin-tailwindcss": "^0.7.1",
40
40
  "tsconfig-paths": "^4.2.0",
41
- "@1adybug/prettier-plugin-remove-braces": "0.0.7",
42
41
  "@1adybug/prettier-plugin-block-padding": "0.0.13",
43
- "@1adybug/prettier-plugin-sort-imports": "0.0.22"
42
+ "@1adybug/prettier-plugin-remove-braces": "0.0.7",
43
+ "@1adybug/prettier-plugin-sort-imports": "0.0.23"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@rslib/core": "^0.18.2",