We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f378542 commit 3b694dfCopy full SHA for 3b694df
.eslintrc.json
@@ -2,5 +2,8 @@
2
"extends": ["plugin:prettier/recommended"],
3
"env": {
4
"es6": true
5
+ },
6
+ "parserOptions": {
7
+ "sourceType": "module"
8
}
9
0 commit comments