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 03253b3 commit 7f5e42eCopy full SHA for 7f5e42e
README.md
@@ -173,12 +173,14 @@ module.exports = {
173
174
You can use `parserOptions.svelteFeatures` property to specify how to parse related to Svelte features. For example:
175
176
-```json
+```jsonc
177
{
178
"parser": "svelte-eslint-parser",
179
"parserOptions": {
180
"svelteFeatures": {
181
+
182
/* -- Experimental Svelte Features -- */
183
+ /* It may be changed or removed in minor versions without notice. */
184
// Whether to parse the `generics` attribute.
185
// See https://github.com/sveltejs/rfcs/pull/38
186
"experimentalGenerics": false
0 commit comments