Skip to content

Commit 9227575

Browse files
committed
add in eslint config
1 parent 8df48e1 commit 9227575

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ export default defineConfig([
5050
...globals.commonjs,
5151
...globals.node,
5252
...globals.jest,
53+
__turbopack_emit__: true,
54+
__turbopack_collect__: true,
5355
},
5456
parser: babelParser,
5557
ecmaVersion: 2020,

0 commit comments

Comments
 (0)