From 20518b0d93656d6cf50b452502ececf9b1027fac Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Mon, 14 Dec 2015 00:36:53 +0100 Subject: [PATCH] added note about eslint in CONTRIBUTING --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b1074f..ad58e78 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,13 @@ Now you can run: - `npm run build` to build the webapp inside `webapp/dist/` - `npm run serve` to start a webserver that will serve you the app locally and automagically rebuild it if you change some files +__Note about writing code:__ webpack will refuse to compile your code if +it doesn't comply with [standard](https://github.com/feross/standard) +code guidelines, which were chosen for this project to have a consistent, +proven useful standard for code style. If you want to have code linting in your +text editor on IDE, look for a plugin that can run +[eslint](https://github.com/eslint/eslint). + Have fun! ### Contributing a pull request