Skip to content

Commit fa4d5b4

Browse files
authored
resort keys (#3939)
1 parent c260053 commit fa4d5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ module.exports = {
6464
'flowtype/boolean-style': 2,
6565
'flowtype/no-primitive-constructor-types': 2,
6666
'flowtype/require-valid-file-annotation': 2,
67+
// These has to be disabled until the whole code base is converted to ESM
6768
'import/default': 0,
6869
'import/named': 0,
6970
'import/no-duplicates': 2,
7071
'import/no-unresolved': [2, {ignore: ['^types/']}],
7172
// This has to be disabled until all type and module imports are combined
7273
// https://github.com/benmosher/eslint-plugin-import/issues/645
7374
'import/order': 0,
74-
// These has to be disabled until the whole code base is converted to ESM
7575
'max-len': 0,
7676
'no-multiple-empty-lines': 1,
7777
'unicorn/filename-case': [2, {case: 'snakeCase'}],

0 commit comments

Comments
 (0)