Skip to content

Commit e5a16de

Browse files
committed
chore(eslint): rule up
1 parent 96540be commit e5a16de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = {
1818
'error',
1919
{ varsIgnorePattern: '^_', argsIgnorePattern: '^_' },
2020
],
21+
'perfectionist/sort-exports': 'off',
2122
'perfectionist/sort-imports': [
2223
'error',
2324
{

0 commit comments

Comments
 (0)