Update docs for eslint

This commit is contained in:
Yuya Ochiai
2016-10-28 00:47:36 +09:00
parent 7ef0ad3b16
commit cf5f9da6bc
3 changed files with 2 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ Please see http://www.mattermost.org/feature-requests/ .
## Pull request ## Pull request
Pull requests are welcome. Thank you for your great work! Pull requests are welcome. Thank you for your great work!
1. When you edit the code, please run `npm run prettify` to format your code before `git commit`. 1. When you edit the code, please confirm `npm test` successfully finishes.
2. Please update `CHANGELOG.md` and `docs/*.md` if it's necessary. 2. Please update `CHANGELOG.md` and `docs/*.md` if it's necessary.
3. In the description of your pull request, please include: 3. In the description of your pull request, please include:
* Operating System version on which you tested * Operating System version on which you tested

View File

@@ -3,7 +3,6 @@ First of all, please read [`CONTRIBUTING.md`](https://github.com/mattermost/desk
--- ---
- [ ] Complete [Mattermost Contributor Agreement](http://www.mattermost.org/mattermost-contributor-agreement/) - [ ] Complete [Mattermost Contributor Agreement](http://www.mattermost.org/mattermost-contributor-agreement/)
- [ ] Execute `npm run prettify` to format codes
- [ ] Update `CHANGELOG.md` and/or `doc/*.md` if it's necessary. - [ ] Update `CHANGELOG.md` and/or `doc/*.md` if it's necessary.
- [ ] Write about environment which you tested - [ ] Write about environment which you tested
- Operating system - Operating system

View File

@@ -62,7 +62,7 @@ $ npm run test:app
Test coding style: Test coding style:
``` ```
$ npm run test:code $ npm run lint:js
``` ```
### Helper commmands ### Helper commmands