Merge pull request #383 from feross/patch-1

Add JavaScript Standard Style
This commit is contained in:
Huei Tan
2018-05-29 11:36:44 +02:00
committed by GitHub

View File

@@ -165,6 +165,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [buddy.js](https://github.com/danielstjules/buddy.js) - Magic number detection for JavaScript.
* [ESLint](https://github.com/eslint/eslint) - A fully pluggable tool for identifying and reporting on patterns in JavaScript.
* [JSLint](https://github.com/douglascrockford/JSLint) - High-standards, strict & opinionated code quality tool, aiming to keep only good parts of the language.
* [JavaScript Standard Style](https://github.com/feross/standard) - Opinionated, no-configuration style guide, style checker, and formatter
## MVC Frameworks and Libraries