Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.44 KB

contributing.md

File metadata and controls

55 lines (32 loc) · 1.44 KB

Contributing Guide

Table of Contents

Contributing Guidelines

Here is some advice on how to craft a pull request with the best possible chance of being accepted:

Code Style Guide

Lint the Code

The project follows JavaScript Standard Style. To lint the code, run:

npm run lint

Use EditorConfig

The project uses EditorConfig to define basic coding style guides. Please install a plugin for your editor of choice or manually enforce the rules listed in .editorconfig.