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

Commit 3bde6db

Browse files
committed
Disable default export
1 parent 86f9cd9 commit 3bde6db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import add from './add';
22

3+
/* eslint-disable import/prefer-default-export */
34
export {
45
add,
56
};

0 commit comments

Comments
 (0)