Skip to content

Commit 9bf70c1

Browse files
committed
fix: cfg not found
1 parent c3a9bd4 commit 9bf70c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export default defineConfig([globalIgnores(["**/*.ts"]), {
4848
sourceType: "commonjs",
4949

5050
parserOptions: {
51+
sourceType: "module",
5152
requireConfigFile: false,
5253
babelOptions: {
5354
babelrc: false,

0 commit comments

Comments
 (0)