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