Skip to content

Commit

Permalink
Add note about npm-package-json-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tclindner committed Jul 18, 2016
1 parent 71f52b8 commit 7fe1df2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ eslint-config-tc utilizes JSON Lint to ensure JSON files are valid.

* [jsonlint](https://github.com/zaach/jsonlint)

#### package.json

eslint-config-tc utilizes npm-package-json-lint to ensure the package.json file is valid.

* [npm-package-json-lint](https://github.com/tclindner/npm-package-json-lint)

#### Checking coding style

Run `npm run lint` before committing to ensure your changes follow our coding standards.
Expand Down

0 comments on commit 7fe1df2

Please sign in to comment.