Skip to content

Commit 7f5e42e

Browse files
committed
docs update readme
1 parent 03253b3 commit 7f5e42e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,14 @@ module.exports = {
173173

174174
You can use `parserOptions.svelteFeatures` property to specify how to parse related to Svelte features. For example:
175175

176-
```json
176+
```jsonc
177177
{
178178
"parser": "svelte-eslint-parser",
179179
"parserOptions": {
180180
"svelteFeatures": {
181+
181182
/* -- Experimental Svelte Features -- */
183+
/* It may be changed or removed in minor versions without notice. */
182184
// Whether to parse the `generics` attribute.
183185
// See https://github.com/sveltejs/rfcs/pull/38
184186
"experimentalGenerics": false

0 commit comments

Comments
 (0)