diff options
Diffstat (limited to 'tests/testdata/lint/expected_json.out')
-rw-r--r-- | tests/testdata/lint/expected_json.out | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/tests/testdata/lint/expected_json.out b/tests/testdata/lint/expected_json.out deleted file mode 100644 index 6712c891a..000000000 --- a/tests/testdata/lint/expected_json.out +++ /dev/null @@ -1,65 +0,0 @@ -{ - "version": 1, - "diagnostics": [ - { - "filename": "[WILDCARD]file1.js", - "range": { - "start": { - "line": 1, - "col": 0, - "bytePos": 0 - }, - "end": { - "line": 1, - "col": 19, - "bytePos": 19 - } - }, - "message": "Ignore directive requires lint rule name(s)", - "code": "ban-untagged-ignore", - "hint": [WILDCARD] - }, - { - "filename": "[WILDCARD]file1.js", - "range": { - "start": { - "line": 2, - "col": 14, - "bytePos": 34 - }, - "end": { - "line": 2, - "col": 16, - "bytePos": 36 - } - }, - "message": "Empty block statement", - "code": "no-empty", - "hint": [WILDCARD] - }, - { - "filename": "[WILDCARD]file2.ts", - "range": { - "start": { - "line": 3, - "col": 13, - "bytePos": 57 - }, - "end": { - "line": 3, - "col": 15, - "bytePos": 59 - } - }, - "message": "Empty block statement", - "code": "no-empty", - "hint": [WILDCARD] - } - ], - "errors": [ - { - "file_path": "[WILDCARD]malformed.js", - "message": "Expected '{', got 'B' at [WILDCARD]malformed.js:4:16\n\n export class A B C\n ~" - } - ] -} |