Skip to content

Commit

Permalink
fix(eslint): turn off sort-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
pathurs committed Sep 16, 2020
1 parent d78df6b commit 59208b0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1322,14 +1322,9 @@ const eslintRules = {
allowSeparatedGroups: false
}
],
// Do not sort keys
'sort-keys': [
'error',
'asc',
{
caseSensitive: true,
minKeys: 2,
natural: true,
}
'off'
],
'sort-vars': [
'error',
Expand Down

0 comments on commit 59208b0

Please sign in to comment.