Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 420 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 420 Bytes

Contributing

VSCode is natively supported and configured with recommended extensions and settings 🎉

Before Pull Request

Before creating a pull request execute the following commands:

npm run fix && npm run check

Setup

  1. Install dependencies

    npm ci
  2. Edit inline.sh

Check

npm run check

Fix

npm run fix