blob: b929e12d4579d95fd50b81c4f82920a9eb54469d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"steps": [
{
"args": "lint",
"cwd": "./react",
"output": "react.out",
"exitCode": 0
},
{
"args": "lint",
"cwd": "./react-jsx",
"output": "react-jsx.out",
"exitCode": 1
}
]
}
|