File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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' } ] ,
You can’t perform that action at this time.
0 commit comments