@debbl/eslint-config 3.7.0 → 3.7.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.cjs CHANGED
@@ -728,15 +728,24 @@ async function perfectionist() {
728
728
  groups: [
729
729
  "builtin",
730
730
  "external",
731
- "type",
732
- ["internal", "internal-type"],
733
- ["parent", "sibling", "index"],
734
- ["parent-type", "sibling-type", "index-type"],
731
+ "internal",
732
+ "parent",
733
+ "sibling",
735
734
  "side-effect",
735
+ "side-effect-style",
736
+ "index",
736
737
  "object",
738
+ "style",
739
+ "builtin-type",
740
+ "external-type",
741
+ "internal-type",
742
+ "parent-type",
743
+ "sibling-type",
744
+ "index-type",
745
+ "type",
737
746
  "unknown"
738
747
  ],
739
- newlinesBetween: "ignore",
748
+ newlinesBetween: "never",
740
749
  order: "asc",
741
750
  type: "natural"
742
751
  }
package/dist/index.js CHANGED
@@ -645,15 +645,24 @@ async function perfectionist() {
645
645
  groups: [
646
646
  "builtin",
647
647
  "external",
648
- "type",
649
- ["internal", "internal-type"],
650
- ["parent", "sibling", "index"],
651
- ["parent-type", "sibling-type", "index-type"],
648
+ "internal",
649
+ "parent",
650
+ "sibling",
652
651
  "side-effect",
652
+ "side-effect-style",
653
+ "index",
653
654
  "object",
655
+ "style",
656
+ "builtin-type",
657
+ "external-type",
658
+ "internal-type",
659
+ "parent-type",
660
+ "sibling-type",
661
+ "index-type",
662
+ "type",
654
663
  "unknown"
655
664
  ],
656
- newlinesBetween: "ignore",
665
+ newlinesBetween: "never",
657
666
  order: "asc",
658
667
  type: "natural"
659
668
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@debbl/eslint-config",
3
3
  "type": "module",
4
- "version": "3.7.0",
4
+ "version": "3.7.1",
5
5
  "description": "Brendan Dash's ESLint config",
6
6
  "author": "Debbl <me@aiwan.run> (https://github.com/Debbl/)",
7
7
  "license": "MIT",