@ntnyq/eslint-config 3.9.0 → 3.9.2
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 +8 -2
- package/dist/index.d.cts +94 -53
- package/dist/index.d.ts +94 -53
- package/dist/index.js +8 -2
- package/package.json +12 -12
package/dist/index.cjs
CHANGED
|
@@ -1193,7 +1193,12 @@ var jsdoc = (options = {}) => [
|
|
|
1193
1193
|
definedTags: [
|
|
1194
1194
|
// magic-comments
|
|
1195
1195
|
"vite-ignore",
|
|
1196
|
-
"unocss-include"
|
|
1196
|
+
"unocss-include",
|
|
1197
|
+
// non-standard, but common used
|
|
1198
|
+
"compatibility",
|
|
1199
|
+
"category",
|
|
1200
|
+
"experimental",
|
|
1201
|
+
"internal"
|
|
1197
1202
|
]
|
|
1198
1203
|
}
|
|
1199
1204
|
],
|
|
@@ -2835,7 +2840,8 @@ var perfectionist = (options = {}) => {
|
|
|
2835
2840
|
{
|
|
2836
2841
|
type: "alphabetical",
|
|
2837
2842
|
order: "asc",
|
|
2838
|
-
partitionByComment: true
|
|
2843
|
+
partitionByComment: true,
|
|
2844
|
+
groups: ["unknown", "method", "multiline"]
|
|
2839
2845
|
}
|
|
2840
2846
|
],
|
|
2841
2847
|
"perfectionist/sort-sets": [
|