@will-stone/eslint-config 20.1.2 → 20.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -564,7 +564,7 @@ function perfectionist() {
564
564
  "perfectionist/sort-classes": "off",
565
565
  "perfectionist/sort-decorators": "off",
566
566
  "perfectionist/sort-enums": "off",
567
- "perfectionist/sort-exports": "off",
567
+ "perfectionist/sort-exports": ["warn", { type: "natural" }],
568
568
  "perfectionist/sort-heritage-clauses": "off",
569
569
  "perfectionist/sort-imports": ["warn", { type: "natural" }],
570
570
  "perfectionist/sort-interfaces": "off",
@@ -572,8 +572,8 @@ function perfectionist() {
572
572
  "perfectionist/sort-jsx-props": "off",
573
573
  "perfectionist/sort-maps": "off",
574
574
  "perfectionist/sort-modules": "off",
575
- "perfectionist/sort-named-exports": "off",
576
- "perfectionist/sort-named-imports": "warn",
575
+ "perfectionist/sort-named-exports": ["warn", { type: "natural" }],
576
+ "perfectionist/sort-named-imports": ["warn", { type: "natural" }],
577
577
  "perfectionist/sort-object-types": ["warn", ...sortOrder],
578
578
  "perfectionist/sort-objects": ["warn", ...sortOrder],
579
579
  "perfectionist/sort-sets": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@will-stone/eslint-config",
3
- "version": "20.1.2",
3
+ "version": "20.2.0",
4
4
  "description": "Will Stone's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config"