Skip to content

Commit 63750c0

Browse files
authored
feat(eslint-config): disable sort-keys (#1000)
1 parent f52d3d5 commit 63750c0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/eslint-config-react/shared.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable sort-keys */
2-
31
module.exports = {
42
extends: [
53
'airbnb/hooks',
@@ -87,8 +85,6 @@ module.exports = {
8785
memberSyntaxSortOrder: ['single', 'multiple', 'all', 'none'],
8886
},
8987
],
90-
'sort-keys': ['error', 'asc', { caseSensitive: false, natural: true }],
88+
'sort-keys': 'off',
9189
},
9290
}
93-
94-
/* eslint-enable sort-keys */

0 commit comments

Comments
 (0)