2022-10-25 08:21:20 -04:00
|
|
|
{
|
|
|
|
"diagnostics": [
|
|
|
|
{
|
2024-02-08 20:40:26 -05:00
|
|
|
"filename": "[WILDCARD]a.ts",
|
2022-10-25 08:21:20 -04:00
|
|
|
"range": {
|
|
|
|
"start": {
|
|
|
|
"line": 1,
|
|
|
|
"col": 0,
|
|
|
|
"bytePos": 0
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"line": 1,
|
|
|
|
"col": 12,
|
|
|
|
"bytePos": 12
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"message": "TODO should be tagged with (@username) or (#issue)",
|
|
|
|
"code": "ban-untagged-todo",
|
|
|
|
"hint": "Add a user tag or issue reference to the TODO comment, e.g. TODO(@djones), TODO(djones), TODO(#123)"
|
|
|
|
},
|
|
|
|
{
|
2024-02-08 20:40:26 -05:00
|
|
|
"filename": "[WILDCARD]a.ts",
|
2022-10-25 08:21:20 -04:00
|
|
|
"range": {
|
|
|
|
"start": {
|
|
|
|
"line": 2,
|
|
|
|
"col": 9,
|
|
|
|
"bytePos": 22
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"line": 2,
|
|
|
|
"col": 12,
|
|
|
|
"bytePos": 25
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"message": "`add` is never used",
|
|
|
|
"code": "no-unused-vars",
|
|
|
|
"hint": "If this is intentional, prefix it with an underscore like `_add`"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"errors": []
|
|
|
|
}
|