[dev] Fix 'arc lint'

This commit is contained in:
Christine Spang 2017-03-12 18:47:45 -07:00
parent a8f36b88d9
commit 73725afbe7

View file

@ -2,7 +2,7 @@
"linters": {
"coffeescript-linter": {
"type": "script-and-regex",
"script-and-regex.script": "packages/client-app/script/grunt coffeelint:target --target",
"script-and-regex.script": "./node_modules/.bin/coffeelint",
"script-and-regex.regex": "/^ ((?P<error>✖)|(?P<warning>⚠)) *line (?P<line>\\d+) +(?P<message>.*)$/m",
"include": "{\\.(e?coffee|cjsx)}"
},