Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 303 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 303 Bytes

Contributing

Style guides

JavaScript

All JavaScript is expected to conform to the semistandard rules.

To check linting issue:

npm run lint

To attempt to attempt to automatically fix the linting issues:

npm run lint