-
Has anyone managed to have the Config: {
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"formatter": {
"enabled": true,
"lineWidth": 120
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"semicolons": "asNeeded"
}
},
"linter": {
"enabled": true,
"rules": {
"nursery": {
"useSortedClasses": "error"
}
}
},
"overrides": [
{
"include": ["*.svelte"],
"linter": {
"rules": {
"style": {
"useConst": "off"
}
}
}
}
]
} |
Beta Was this translation helpful? Give feedback.
Answered by
ematipico
Aug 1, 2024
Replies: 1 comment 2 replies
-
I believe you missed the documentation that explains the partial support of svelte files: https://biomejs.dev/internals/language-support/#html-super-languages-support |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
beeb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe you missed the documentation that explains the partial support of svelte files: https://biomejs.dev/internals/language-support/#html-super-languages-support