Skip to content

Commit 2512006

Browse files
Salakarexaby73
authored andcommitted
fix: eslint error on vite.config.js
1 parent 9f1d30d commit 2512006

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .eslintrc.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"parserOptions": {
3-
"ecmaVersion": 2017
3+
"ecmaVersion": 2017,
4+
"sourceType": "module"
45
},
56
"env": {
67
"browser": true
@@ -39,4 +40,4 @@
3940
"firebase": true,
4041
"Promise": true
4142
}
42-
}
43+
}

0 commit comments

Comments
 (0)