-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfixture.json
43 lines (43 loc) · 914 Bytes
/
fixture.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[
{
"filePath": "/Users/sindresorhus/dev/eslint-formatter-pretty/index.js",
"messages": [
{
"ruleId": "no-warning-comments",
"severity": 1,
"message": "Unexpected 'todo' comment.",
"line": 8,
"column": 2,
"nodeType": "Line",
"source": "\t// TODO: fix this later"
},
{
"ruleId": "no-multiple-empty-lines",
"severity": 2,
"message": "More than 1 blank line not allowed.",
"line": 18,
"column": 2,
"nodeType": "Program",
"source": ""
}
],
"errorCount": 1,
"warningCount": 1
},
{
"filePath": "/Users/sindresorhus/dev/eslint-formatter-pretty/test.js",
"messages": [
{
"ruleId": "ava/use-test",
"severity": 2,
"message": "AVA should be imported as `test`.",
"line": 1,
"column": 1,
"nodeType": "ImportDeclaration",
"source": "import ava from 'ava';"
}
],
"errorCount": 1,
"warningCount": 0
}
]