Skip to content
This repository was archived by the owner on Feb 3, 2020. It is now read-only.

Commit c84781f

Browse files
committed
build: turn off import/prefer-default-export
1 parent 7ae59c9 commit c84781f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ rules:
1818
js: never,
1919
}]
2020
import/named: off
21+
import/prefer-default-export: off
2122
'@typescript-eslint/indent': [error, 2]
2223
'@typescript-eslint/no-explicit-any': off
2324
overrides:

0 commit comments

Comments
 (0)