Disable inspection "wrong attribute value"
Hello,
I'm working with svelte files and I would like to disable this inspection (at least for .svelte file)

I didn't find this inspection in the list! Is it possible to disable it somehow?
Thank you very much
请先登录再写评论。
I'm not sure where this error comes from... If it's HTML parser error, then it's not possible to suppress it (https://youtrack.jetbrains.com/issue/WEB-23469). I'd also suggest asking the Svelte plugin authors for advice (https://github.com/tomblachut/svelte-intellij/issues), as .svelte files processing is handled by this plugin
Thank you
It's strange because unlike other inspections, I didn't find this one in the list of inspections to disable it altogether
Why do you think?
Thank you
You didn't find it because it's not an inspection but a low-level check. Unlike inspections, such checks can't be disabled/configured
Now I get it, I thought it was an inspection
Tunisoft Solutions have you found a solution for this one?
No sorry, I didn't find any solution for it!
Here's a workaround for OP's original issue. It gets rid of the "Wrong attribute value" warning.