0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 01:11:24 +01:00
svelte/test/validator/samples/ignore-warnings-newline/warnings.json
2019-08-04 10:58:43 -04:00

17 lines
258 B
JSON

[
{
"code": "a11y-missing-attribute",
"end": {
"character": 207,
"column": 22,
"line": 8
},
"message": "A11y: <img> element should have an alt attribute",
"pos": 185,
"start": {
"character": 185,
"column": 0,
"line": 8
}
}
]