google js guide link

This commit is contained in:
Tiago Castro 2020-05-28 09:52:41 +01:00
parent cd2c7ce3c8
commit fef7155cd3

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/)