From 06525cb462bbeecce870e7d20419fd4516520f22 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Fri, 16 Jun 2017 17:54:18 +0200 Subject: [PATCH] Add coffeelint install & usage instructions on readme files --- README.md | 6 ++++++ README_ES.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 6a1bb19ac..4c2b5fe92 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,12 @@ Run the tests with: bin/rspec ``` +Run the [coffeelint](http://www.coffeelint.org/) linter for coffeescript (install with `npm install -g coffeelint`) : + +``` +coffeelint . +``` + You can use the default admin user from the seeds file: **user:** admin@consul.dev diff --git a/README_ES.md b/README_ES.md index bbe821608..d7fef7f89 100644 --- a/README_ES.md +++ b/README_ES.md @@ -58,6 +58,12 @@ Para ejecutar los tests: bin/rspec ``` +Usa el linter coffeescript [coffeelint](http://www.coffeelint.org/) (puedes instalaro con `npm install -g coffeelint`) : + +``` +coffeelint . +``` + Puedes usar el usuario administrador por defecto del fichero seeds: **user:** admin@consul.dev