Skip to content

Commit 7af1130

Browse files
committed
Update eslint.config.js
1 parent e3e8060 commit 7af1130

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ export default [
4545
},
4646

4747
ecmaVersion: "latest",
48-
sourceType: "module",
48+
// sourceType: "module",
49+
sourceType: "script",
4950

5051

5152
parserOptions: {

0 commit comments

Comments
 (0)