Last active
August 20, 2017 02:49
-
-
Save bargitta/529621162317e068f9a1ffb296f902c6 to your computer and use it in GitHub Desktop.
Coding guidelines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Coding guidline is to make sure that all team members are using the same vocabulary. | |
| Here're coding guidelines for HTML, CSS and javascript. | |
| Javascript: https://google.github.io/styleguide/javascriptguide.xml?showone=Displaying_Hidden_Details_in_this_Guide#Closures | |
| CSS & HTML: https://google.github.io/styleguide/htmlcssguide.html#CSS | |
| eslint config: https://github.com/google/eslint-config-google | |
| To install: | |
| npm install --save-dev eslint eslint-config-google | |
| References: | |
| https://google.github.io/styleguide/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment