Skip to content

Commit d882a8e

Browse files
authored
Merge pull request #221 from github/kill-sort-imports-with-fire
Remove `sort-imports` rule
2 parents 34f582c + fb1e1b8 commit d882a8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/configs/recommended.js

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ module.exports = {
118118
'prefer-template': 'error',
119119
'prettier/prettier': 'error',
120120
'require-yield': 'error',
121-
'sort-imports': 'error',
122121
'use-isnan': 'error',
123122
'valid-typeof': 'error',
124123
camelcase: ['error', {properties: 'always'}],

0 commit comments

Comments
 (0)