Skip to content

Commit cf1b6a7

Browse files
committed
Fix another lint error
1 parent c225780 commit cf1b6a7

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

eslint.config.mjs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,13 +350,17 @@ const config = createConfig([
350350
},
351351
},
352352

353-
// Wasm example
353+
// Examples
354354
{
355-
files: ['packages/examples/packages/wasm/src/index.ts'],
355+
files: [
356+
'packages/examples/packages/rollup-plugin/rollup.config.mjs',
357+
'packages/examples/packages/wasm/src/index.ts',
358+
],
356359

357360
rules: {
358-
// 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.
359362
'import-x/extensions': 'off',
363+
'import-x/no-unresolved': 'off',
360364
},
361365
},
362366
]);

0 commit comments

Comments
 (0)