chore: exclude local playground from eslint (#11596)

pull/11580/head
Rich Harris 8 months ago committed by GitHub
parent d408d20cdd
commit faa2e937ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -45,6 +45,7 @@ export default [
'sites/svelte-5-preview/**', 'sites/svelte-5-preview/**',
// wasn't checked previously, reenable at some point // wasn't checked previously, reenable at some point
'sites/svelte.dev/**', 'sites/svelte.dev/**',
'playgrounds/demo/src/**',
'tmp/**' 'tmp/**'
] ]
} }

Loading…
Cancel
Save