Skip to content

Commit

Permalink
Merge pull request #221 from github/kill-sort-imports-with-fire
Browse files Browse the repository at this point in the history
Remove `sort-imports` rule
  • Loading branch information
keithamus committed Mar 22, 2022
2 parents 34f582c + fb1e1b8 commit d882a8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/configs/recommended.js
Expand Up @@ -118,7 +118,6 @@ module.exports = {
'prefer-template': 'error',
'prettier/prettier': 'error',
'require-yield': 'error',
'sort-imports': 'error',
'use-isnan': 'error',
'valid-typeof': 'error',
camelcase: ['error', {properties: 'always'}],
Expand Down

0 comments on commit d882a8e

Please sign in to comment.