From e6b23e15769525e8e8a7921cbb50a40e352d347e Mon Sep 17 00:00:00 2001 From: Sean Lavine Date: Fri, 8 Mar 2019 17:55:14 -0800 Subject: [PATCH] readme: add link to github --- coffeelint/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/coffeelint/README.md b/coffeelint/README.md index 75ab3d1..251742d 100644 --- a/coffeelint/README.md +++ b/coffeelint/README.md @@ -1,9 +1,10 @@ # VS Code ESLint extension - -Integrates [CoffeeLint](http://www.coffeelint.org/) into VS Code. +Integrates [CoffeeLint](http://www.coffeelint.org/) into VS Code. If you are new to CoffeeLint check the documentation [here](https://github.com/clutchski/coffeelint). Reads the coffeelint.json file in the root of the workspace. ## Configuration Options - - `coffeelint.enable`: enable/diable coffeelint. Is enabled by default. + +## Contributions +See [GitHub](https://github.com/hellodigit/vscode-coffeelint).