From 73725afbe75a5ae0bfdf4f0a6d89fc4a1579eff5 Mon Sep 17 00:00:00 2001 From: Christine Spang Date: Sun, 12 Mar 2017 18:47:45 -0700 Subject: [PATCH] [dev] Fix 'arc lint' --- .arclint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.arclint b/.arclint index f98ec2a31..6fd22cf53 100644 --- a/.arclint +++ b/.arclint @@ -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✖)|(?P⚠)) *line (?P\\d+) +(?P.*)$/m", "include": "{\\.(e?coffee|cjsx)}" },