We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96540be commit e5a16deCopy full SHA for e5a16de
.eslintrc.js
@@ -18,6 +18,7 @@ module.exports = {
18
'error',
19
{ varsIgnorePattern: '^_', argsIgnorePattern: '^_' },
20
],
21
+ 'perfectionist/sort-exports': 'off',
22
'perfectionist/sort-imports': [
23
24
{
0 commit comments