From f58c8e4728d42e2fd813b57308940df80eab6aa6 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 20 Mar 2017 22:37:28 -0700 Subject: [PATCH] Add JavaScript Standard Style --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c118728..5e3bb91 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,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