1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Mention running lint rules, conform commit to lint rules

This commit is contained in:
Robert Sandell
2018-12-30 10:31:13 +02:00
parent 97d877f9c2
commit cce6430647
2 changed files with 15 additions and 16 deletions

View File

@@ -132,6 +132,7 @@ If you'd like to contribute a change to bowser, modify the files in `src/`, then
``` sh
$ npm install #build
$ npm test #run tests
$ npm run lint #check lint rules
```
### Adding tests