1.0.0 • Published 7 years ago

raulistandard v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Rauli's JavaScript Standard Style

JavaScript style guide based on semistandard with following modifications:

  • String literals must use double quotes instead of single quotes.
  • Dangling commas are not only allowed, but required. (Except for function parameters where they are currently not allowed due to lack of support for this feature.)

Why?

Because the so called "standard" JavaScript style guide is pretty good, but annoying to use because of lack of semicolons and dangling commas.