Skip to content

Instantly share code, notes, and snippets.

@bargitta
Last active August 20, 2017 02:49
Show Gist options
  • Select an option

  • Save bargitta/529621162317e068f9a1ffb296f902c6 to your computer and use it in GitHub Desktop.

Select an option

Save bargitta/529621162317e068f9a1ffb296f902c6 to your computer and use it in GitHub Desktop.
Coding guidelines
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