Skip to content

Commit 9bd5086

Browse files
committed
fix: fix eslintrc
1 parent 78f6d36 commit 9bd5086

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
module.exports = {
22
extends: ['eslint:recommended', 'plugin:prettier/recommended'],
33
env: { es6: true, node: true },
4-
parserOptions: { ecmaVersion: 8 },
4+
parserOptions: {
5+
ecmaVersion: 8,
6+
sourceType: 'module'
7+
},
58
};

0 commit comments

Comments
 (0)