We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff02d4 commit 1d1202dCopy full SHA for 1d1202d
configs/base.js
@@ -102,6 +102,7 @@ module.exports = defineConfig(
102
{
103
...perfectionist.configs['recommended-natural'].rules['perfectionist/sort-imports'][1],
104
groups: SORT_IMPORTS_GROUPS,
105
+ newlinesBetween: 0,
106
},
107
],
108
'perfectionist/sort-intersection-types': [
configs/react.js
@@ -68,6 +68,7 @@ module.exports = defineConfig(
68
69
groups: ['react', ...SORT_IMPORTS_GROUPS],
70
ignoreCase: true,
71
72
type: 'natural',
73
74
0 commit comments