Added jscs

This commit is contained in:
Mikhail Baranov
2014-09-12 00:32:42 +04:00
parent 59cdef2c54
commit b0d75811ba

View File

@@ -66,6 +66,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [trash](https://github.com/sindresorhus/trash) - A safer alternative to `rm`. - [trash](https://github.com/sindresorhus/trash) - A safer alternative to `rm`.
- [ESLint](http://eslint.org) - The pluggable linting utility for JavaScript. - [ESLint](http://eslint.org) - The pluggable linting utility for JavaScript.
- [JSHint](http://jshint.com) - A community-driven tool to detect errors and potential problems in JavaScript code. - [JSHint](http://jshint.com) - A community-driven tool to detect errors and potential problems in JavaScript code.
- [JSCS](https://github.com/jscs-dev/node-jscs) - JavaScript Code Style checker
- [cpy](https://github.com/sindresorhus/cpy) - Copy files. - [cpy](https://github.com/sindresorhus/cpy) - Copy files.
- [torrent](https://github.com/maxogden/torrent) - Download torrents. - [torrent](https://github.com/maxogden/torrent) - Download torrents.
- [David](https://github.com/alanshaw/david) - Tells you when your package npm dependencies are out of date. - [David](https://github.com/alanshaw/david) - Tells you when your package npm dependencies are out of date.