[*] Temporary fix for coffee linter in arc lint

For now, just update the arclint config to point to the correct grunt script
This commit is contained in:
Juan Tejada 2017-02-17 16:21:03 -08:00
parent 9994b2b3d7
commit bb0eb2a115

View file

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