We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c225780 commit cf1b6a7Copy full SHA for cf1b6a7
1 file changed
eslint.config.mjs
@@ -350,13 +350,17 @@ const config = createConfig([
350
},
351
352
353
- // Wasm example
+ // Examples
354
{
355
- files: ['packages/examples/packages/wasm/src/index.ts'],
+ files: [
356
+ 'packages/examples/packages/rollup-plugin/rollup.config.mjs',
357
+ 'packages/examples/packages/wasm/src/index.ts',
358
+ ],
359
360
rules: {
- // This rule changes depending on whether the build files exist or not.
361
+ // These rules change depending on whether the build files exist or not.
362
'import-x/extensions': 'off',
363
+ 'import-x/no-unresolved': 'off',
364
365
366
]);
0 commit comments