Skip to content

Commit

Permalink
Remove incorrect lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Sep 22, 2023
1 parent 0036d4e commit 2960051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const reactRules = {
ERROR,
{ props: 'never', children: 'never', propElementValues: 'always' },
],
'sort-imports': ['error', { ignoreDeclarationSort: true }],
};

/** @type {import('eslint').Linter.Config} */
Expand Down

0 comments on commit 2960051

Please sign in to comment.