raulistandard

1.0.0 • Public • Published

Rauli's JavaScript Standard Style

travis npm version npm downloads

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.

Package Sidebar

Install

npm i raulistandard

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • rauli