Skip to content

JavaScript style guidlines

Ankit Joshi edited this page Jul 3, 2019 · 2 revisions

Here are some JavaScript guidelines to follow when contributing to this project:

  • 1 tab = 4 spaces.
  • variable names are CamelCased.
  • class definitions and import statements as defined by ECMAScript 6 spec.