From bb0eb2a115e6ebde16b76854b1dced1e88b1eaa1 Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Fri, 17 Feb 2017 16:21:03 -0800 Subject: [PATCH] [*] Temporary fix for coffee linter in arc lint For now, just update the arclint config to point to the correct grunt script --- .arclint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.arclint b/.arclint index a96d36a22..f98ec2a31 100644 --- a/.arclint +++ b/.arclint @@ -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✖)|(?P⚠)) *line (?P\\d+) +(?P.*)$/m", "include": "{\\.(e?coffee|cjsx)}" },