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/component-name-lowercase/warnings.json

18 lines
286 B

[
{
"code": "lowercase-component-name",
"message": "A lowercase tag <thisShouldWarnMe> will be treated as a regular HTML element",
"pos": 75,
"end": {
"character": 95,
"column": 20,
"line": 5
},
"start": {
"character": 75,
"column": 0,
"line": 5
}
}
]