reorder eslint ignores

pull/11600/head
Rich Harris 1 year ago
parent 5e9428a65d
commit 50a9020d00

@ -43,10 +43,10 @@ export default [
'documentation', 'documentation',
// contains a fork of the REPL which doesn't adhere to eslint rules // contains a fork of the REPL which doesn't adhere to eslint rules
'sites/svelte-5-preview/**', 'sites/svelte-5-preview/**',
// wasn't checked previously, reenable at some point
'sites/svelte.dev/**',
'playgrounds/demo/src/**', 'playgrounds/demo/src/**',
'tmp/**' 'tmp/**',
// wasn't checked previously, reenable at some point
'sites/svelte.dev/**'
] ]
} }
]; ];

Loading…
Cancel
Save