Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 595 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 595 Bytes

Code style

This project uses JavaScript Standard Style. You can use any editor able to read .eslintrc specifications and the .editorconfig file.

JavaScript Style Guide

Need a suggestion?

  • Visual Studio Code Required extensions: ESLint, EditorConfig for VS Code.

  • Atom Required extensions: linter-eslint, editorconfig

Remember

See if you can upgrade any dependencies.

$ npm outdated --depth 0