Skip to content

Commit 354a2ec

Browse files
committed
Updating the lint rules for esm
1 parent 933da93 commit 354a2ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"node": true
88
},
99
"parserOptions": {
10-
"ecmaVersion": "latest"
10+
"ecmaVersion": "latest",
11+
"sourceType": "module",
12+
"allowImportExportEverywhere": true
1113
},
1214
"rules": {
1315
"indent": [ "error", 2 ],

0 commit comments

Comments
 (0)