1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-10 12:24:20 +01:00

added note about eslint in CONTRIBUTING

This commit is contained in:
Enrico Fasoli 2015-12-14 00:36:53 +01:00
parent 78c659e123
commit 20518b0d93

View File

@ -20,6 +20,13 @@ Now you can run:
- `npm run build` to build the webapp inside `webapp/dist/` - `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 - `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! Have fun!
### Contributing a pull request ### Contributing a pull request