Updated readme.

This commit is contained in:
Mario Basic
2015-06-18 14:15:27 +02:00
parent 82ebeb2d65
commit f98e2d09d9

View File

@@ -54,12 +54,16 @@ Run tests:
npm test npm test
``` ```
Lint code: Lint code *(Both JS and JSX)*:
``` ```
jsxhint --jsx-only . jsxhint --jsx-only .
``` ```
### Automatic code linting
There is a precommit hook that lints the code before commiting the changes.
### Load unpacked in Chrome ### Load unpacked in Chrome
1. Clone repository to disk 1. Clone repository to disk