Skip to content

Commit 5bb8b38

Browse files
authored
chore: add .svelte-kit to eslint ignores (#5282)
1 parent 8ee59f0 commit 5bb8b38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default antfu(
1616
'test/reporters/fixtures/with-syntax-error.test.js',
1717
'test/network-imports/public/[email protected]',
1818
'examples/**/mockServiceWorker.js',
19+
'examples/sveltekit/.svelte-kit',
1920
],
2021
},
2122
{

0 commit comments

Comments
 (0)