You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/validator/samples/use-the-platform/warnings.json

27 lines
431 B

[
{
"code": "invalid-html-attribute",
"message": "'className' is not a valid HTML attribute. Did you mean 'class'?",
"start": {
"column": 5,
"line": 1
},
"end": {
"column": 20,
"line": 1
}
},
{
"code": "invalid-html-attribute",
"message": "'htmlFor' is not a valid HTML attribute. Did you mean 'for'?",
"start": {
"column": 7,
"line": 2
},
"end": {
"column": 18,
"line": 2
}
}
]