Skip to content

Commit 54664ee

Browse files
committed
chore: add sourceType to eslintrc
1 parent 59eb4fa commit 54664ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ module.exports = {
33
parserOptions: {
44
ecmaVersion: 2017,
55
project: "tsconfig.json",
6+
sourceType: "module",
67
},
8+
79
extends: ["plugin:@mysticatea/es2017", "plugin:@mysticatea/+eslint-plugin"],
810
rules: {
911
"@mysticatea/prettier": [

0 commit comments

Comments
 (0)