{ "linters": { "eslint-regex-based": { "type": "script-and-regex", "include": "(\\.js?$)", "exclude": [], "script-and-regex.script": "node eslint-for-arc.js", "script-and-regex.regex": "/^(?P.*): line (?P[0-9]*), col (?P[0-9]*), ((?PWarning)|(?PError)) - (?P.*) \\((?P[a-z-\\/]+)\\)$/m" }, "nsp-regex-based": { "type": "script-and-regex", "include": "(package.json$)", "exclude": [], "script-and-regex.script": "node nsp-for-arc.js", "script-and-regex.regex": "/^ (?P\\S* +\\S*) +(?P\\S*) +(?P(?>\\S*(?> > )?)*) +(?Phttps:\\S*) *$/m" } } }