Skip to content

Commit faa2e93

Browse files
authored
chore: exclude local playground from eslint (#11596)
1 parent d408d20 commit faa2e93

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
@@ -45,6 +45,7 @@ export default [
4545
'sites/svelte-5-preview/**',
4646
// wasn't checked previously, reenable at some point
4747
'sites/svelte.dev/**',
48+
'playgrounds/demo/src/**',
4849
'tmp/**'
4950
]
5051
}

0 commit comments

Comments
 (0)