@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.
package/dist/eslint.config.cjs
CHANGED
|
@@ -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
|
}
|
package/dist/eslint.config.d.cts
CHANGED
|
@@ -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
|
}
|
package/dist/eslint.config.d.mts
CHANGED
|
@@ -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
|
}
|
package/dist/eslint.config.d.ts
CHANGED
|
@@ -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
|
}
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -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
|
}
|