We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9428a commit 50a9020Copy full SHA for 50a9020
eslint.config.js
@@ -43,10 +43,10 @@ export default [
43
'documentation',
44
// contains a fork of the REPL which doesn't adhere to eslint rules
45
'sites/svelte-5-preview/**',
46
- // wasn't checked previously, reenable at some point
47
- 'sites/svelte.dev/**',
48
'playgrounds/demo/src/**',
49
- 'tmp/**'
+ 'tmp/**',
+ // wasn't checked previously, reenable at some point
+ 'sites/svelte.dev/**'
50
]
51
}
52
];
0 commit comments