Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
Add the JavaScript Standard Style to linting.md
Browse files Browse the repository at this point in the history
I think it's important to also mention the [JavaScript Standard Style](https://standardjs.com/index.html) in the linting section as it is [one of the most used](https://github.com/collections/clean-code-linters), and offers and different perspective.
  • Loading branch information
lujanfernaud authored Aug 24, 2018
1 parent c830d62 commit 4466010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js-in-the-real-world/linting.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Code style is important! Having a consistent set of style rules for things such

1. The [Airbnb Style Guide](https://github.com/airbnb/javascript) is one of the most popular. It is also very well formatted and easy to read.
2. Google also has their own [style guide](https://google.github.io/styleguide/jsguide.html) for JavaScript.
3. The [JavaScript Standard Style](https://standardjs.com/rules.html). Used by companies like NPM and GitHub, among [others](https://standardjs.com/index.html#who-uses-javascript-standard-style).

### Linting

Expand Down

0 comments on commit 4466010

Please sign in to comment.