@ethang/eslint-config 19.7.2 → 19.7.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/eslint.config.js +1 -1
- package/package.json +1 -1
- package/setup/perfectionist.ts +4 -0
package/eslint.config.js
CHANGED
|
@@ -1094,7 +1094,7 @@ export default tseslint.config(
|
|
|
1094
1094
|
"perfectionist/sort-named-exports": "error",
|
|
1095
1095
|
"perfectionist/sort-named-imports": "error",
|
|
1096
1096
|
"perfectionist/sort-object-types": "error",
|
|
1097
|
-
"perfectionist/sort-objects": "error",
|
|
1097
|
+
"perfectionist/sort-objects": ["error", { partitionByComment: true }],
|
|
1098
1098
|
"perfectionist/sort-sets": "error",
|
|
1099
1099
|
"perfectionist/sort-svelte-attributes": [
|
|
1100
1100
|
"error",
|
package/package.json
CHANGED
package/setup/perfectionist.ts
CHANGED