{ "linters": { "coffeescript-linter": { "type": "script-and-regex", "script-and-regex.script": "script/grunt coffeelint:target --target", "script-and-regex.regex": "/^ ((?P✖)|(?P⚠)) *line (?P\\d+) +(?P.*)$/m", "include": "{\\.(e?coffee|cjsx)}" } } }