Skip to content

Commit 98c1d01

Browse files
committed
Update eslint
1 parent b70cdc8 commit 98c1d01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ module.exports = {
4949
],
5050
'prefer-const': 'error',
5151
'prefer-template': 'error',
52-
'simple-import-sort/sort': 'error',
52+
'simple-import-sort/imports': 'error',
53+
'simple-import-sort/exports': 'error',
5354
'object-shorthand': 'error',
5455

5556
'@typescript-eslint/explicit-function-return-type': 'off',

0 commit comments

Comments
 (0)