Skip to content

Commit af272a4

Browse files
committed
.eslintrc: fix sourceType
1 parent 7ea197f commit af272a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports =
1717
parserOptions:
1818
{
1919
ecmaVersion: 6,
20-
sourceType: 'script',
20+
sourceType: 'module',
2121
ecmaFeatures:
2222
{
2323
impliedStrict: true

0 commit comments

Comments
 (0)