We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9488391 commit 68f66c6Copy full SHA for 68f66c6
eslint.config.mjs
@@ -50,6 +50,8 @@ export default defineConfig([
50
...globals.commonjs,
51
...globals.node,
52
...globals.jest,
53
+ __turbopack_emit__: true,
54
+ __turbopack_collect__: true,
55
},
56
parser: babelParser,
57
ecmaVersion: 2020,
0 commit comments