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)}" },