Updated readme.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user