From 2e7968614bf54980c303663a162354ce6a114845 Mon Sep 17 00:00:00 2001 From: Michael Siebert Date: Fri, 24 Oct 2014 10:46:26 +0200 Subject: [PATCH] Add the new pronto-coffeelint runner to README I quickly created a runner for coffeelint, which lints .coffee files (shamelessly copied and adapted from pronto-jshint). Add this to the README file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59bdbfc2..be966ce2 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,4 @@ Currently available: * [pronto-spell](https://github.com/mmozuras/pronto-spell) * [pronto-haml](https://github.com/mmozuras/pronto-haml) * [pronto-scss](https://github.com/mmozuras/pronto-scss) +* [pronto-coffeelint](https://github.com/siebertm/pronto-coffeelint)