Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 233 Bytes

CONTRIBUTING.markdown

File metadata and controls

9 lines (5 loc) · 233 Bytes

Lint

The following will lint your code and report errors:

npm run lint

The following will apply fixes automatically (WARNING: overwrites files. You may want to check them into version control first.):

npm run lint:fix