react-native-test-app/.github/eslint-stylish.json

23 строки
423 B
JSON

{
"problemMatcher": [
{
"owner": "eslint-stylish",
"pattern": [
{
"regexp": "^([^\\s].*)$",
"file": 1
},
{
"regexp": "^\\s+(\\d+):(\\d+)\\s+(error|warning|info)\\s+(.*?)\\s\\s+(.*)$",
"line": 1,
"column": 2,
"severity": 3,
"code": 5,
"message": 4,
"loop": true
}
]
}
]
}