Skip to content

Commit baf724a

Browse files
committedJun 17, 2024
update readme
1 parent 548301b commit baf724a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ export default [
266266
];
267267
```
268268

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+
269273
### parserOptions.svelteFeatures
270274

271275
You can use `parserOptions.svelteFeatures` property to specify how to parse related to Svelte features.

0 commit comments

Comments
 (0)