0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test/validator/samples/ignore-warnings-newline/warnings.json

17 lines
258 B
JSON
Raw Normal View History

2019-08-04 16:58:43 +02:00
[
{
"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
}
}
]