We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffbedf commit f290fc3Copy full SHA for f290fc3
packages/eslint-config/src/config/plugins/perfectionist.ts
@@ -30,11 +30,14 @@ export default createConfig<OptionsFiles & OptionsOverrides & OptionsPackageJson
30
31
// Disabled because of sort-imports
32
"perfectionist/sort-imports": "off",
33
+ // Disabled because of import/exports-last
34
+ "perfectionist/sort-modules": "off",
35
+
36
// Disabled because of simple-import-sort/exports
37
"perfectionist/sort-named-exports": "off",
-
38
// Disabled because of simple-import-sort/imports
39
"perfectionist/sort-named-imports": "off",
40
41
// Disabled because of @typescript-eslint/sort-type-constituents
42
"perfectionist/sort-union-types": "off",
43
0 commit comments