@ntnyq/eslint-config 3.9.1 → 3.9.3
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 +3 -1
- package/dist/index.d.cts +142 -107
- package/dist/index.d.ts +142 -107
- package/dist/index.js +3 -1
- package/package.json +18 -18
package/dist/index.cjs
CHANGED
|
@@ -1915,7 +1915,9 @@ var specials = (options = {}) => [
|
|
|
1915
1915
|
"error",
|
|
1916
1916
|
{
|
|
1917
1917
|
type: "alphabetical",
|
|
1918
|
-
order: "asc"
|
|
1918
|
+
order: "asc",
|
|
1919
|
+
partitionByComment: true,
|
|
1920
|
+
groups: ["unknown", "method", "multiline"]
|
|
1919
1921
|
}
|
|
1920
1922
|
],
|
|
1921
1923
|
...options.overridesConfigFileRules
|