Skip to content

Commit 50a9020

Browse files
committed
reorder eslint ignores
1 parent 5e9428a commit 50a9020

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eslint.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ export default [
4343
'documentation',
4444
// contains a fork of the REPL which doesn't adhere to eslint rules
4545
'sites/svelte-5-preview/**',
46-
// wasn't checked previously, reenable at some point
47-
'sites/svelte.dev/**',
4846
'playgrounds/demo/src/**',
49-
'tmp/**'
47+
'tmp/**',
48+
// wasn't checked previously, reenable at some point
49+
'sites/svelte.dev/**'
5050
]
5151
}
5252
];

0 commit comments

Comments
 (0)