You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,10 @@ export default [
266
266
];
267
267
```
268
268
269
+
If `parserOptions.svelteConfig` is not specified, some config will be statically parsed from the `svelte.config.js` file.
270
+
271
+
The `.eslintrc.*` style configuration cannot load `svelte.config.js` because it cannot use ESM. We recommend using the `eslint.config.js` style configuration.
272
+
269
273
### parserOptions.svelteFeatures
270
274
271
275
You can use `parserOptions.svelteFeatures` property to specify how to parse related to Svelte features.
0 commit comments