@saasmakers/eslint 0.1.63 → 0.1.64

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.
@@ -10770,6 +10770,7 @@ const eslint_config = antfu__default(
10770
10770
  // Perfectionist
10771
10771
  ...index.configs["recommended-natural"].rules,
10772
10772
  "perfectionist/sort-imports": ["error", { newlinesBetween: 0, type: "natural" }],
10773
+ "perfectionist/sort-modules": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }],
10773
10774
  "perfectionist/sort-objects": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }]
10774
10775
  }
10775
10776
  }
@@ -54,6 +54,7 @@ var eslint_config = antfu(
54
54
  // Perfectionist
55
55
  ..._default.configs["recommended-natural"].rules,
56
56
  "perfectionist/sort-imports": ["error", { newlinesBetween: 0, type: "natural" }],
57
+ "perfectionist/sort-modules": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }],
57
58
  "perfectionist/sort-objects": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }]
58
59
  }
59
60
  }
@@ -54,6 +54,7 @@ var eslint_config = antfu(
54
54
  // Perfectionist
55
55
  ..._default.configs["recommended-natural"].rules,
56
56
  "perfectionist/sort-imports": ["error", { newlinesBetween: 0, type: "natural" }],
57
+ "perfectionist/sort-modules": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }],
57
58
  "perfectionist/sort-objects": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }]
58
59
  }
59
60
  }
@@ -54,6 +54,7 @@ var eslint_config = antfu(
54
54
  // Perfectionist
55
55
  ..._default.configs["recommended-natural"].rules,
56
56
  "perfectionist/sort-imports": ["error", { newlinesBetween: 0, type: "natural" }],
57
+ "perfectionist/sort-modules": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }],
57
58
  "perfectionist/sort-objects": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }]
58
59
  }
59
60
  }
@@ -10748,6 +10748,7 @@ const eslint_config = antfu(
10748
10748
  // Perfectionist
10749
10749
  ...index.configs["recommended-natural"].rules,
10750
10750
  "perfectionist/sort-imports": ["error", { newlinesBetween: 0, type: "natural" }],
10751
+ "perfectionist/sort-modules": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }],
10751
10752
  "perfectionist/sort-objects": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }]
10752
10753
  }
10753
10754
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
3
  "type": "module",
4
- "version": "0.1.63",
4
+ "version": "0.1.64",
5
5
  "private": false,
6
6
  "description": "Shared ESLint config and rules for SaaS Makers projects",
7
7
  "author": "SaaS Makers",