Merge pull request #1928 from tiagocastro070/google-js-guide

google js guide link
This commit is contained in:
Ilya Kantor 2020-06-01 09:59:37 +03:00 committed by GitHub
commit ecfcff24a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -285,7 +285,7 @@ Of course, a team can always write their own style guide, but usually there's no
Some popular choices:
- [Google JavaScript Style Guide](https://google.github.io/styleguide/javascriptguide.xml)
- [Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html)
- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
- [Idiomatic.JS](https://github.com/rwaldron/idiomatic.js)
- [StandardJS](https://standardjs.com/)