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/missing-rel-cross-origin-link/warnings.json

18 lines
268 B

[
{
"code": "missing-attribute",
"end": {
"character": 45,
"column": 45,
"line": 1
},
"message": "target=\"_blank\" links should have a rel=\"noopener\" attribute",
"pos": 30,
"start": {
"character": 30,
"column": 30,
"line": 1
}
}
]