Skip to content

Commit bf2fea7

Browse files
committedJan 18, 2022
refactor: migrate to ESM (#601)
1 parent 4fbf7a2 commit bf2fea7

File tree

107 files changed

+1025
-1386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+1025
-1386
lines changed
 

‎.eslintrc

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"node": true
1313
},
1414
"parserOptions": {
15-
"ecmaFeatures": {
16-
"globalReturn": true
17-
},
18-
"sourceType": "script"
15+
"sourceType": "module"
1916
}
2017
}

‎.mocharc.json

-3
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.