issue-pane
v3.0.0
Published
Solid-compatible Panes: issue editor
Downloads
2,682
Readme
issue-pane
Issue tracker and bug editor pane, very configurable. Solid pane compatible At the moment to start a tracker you have to configure the config file in turtle.
Would be good create a mintNew method to allow new ones to be created in the UI.
Testing Guide
Running Tests
Only ESlint is active on this repo.
# Run linting only
npm run lint
# Auto-fix linting issues
npm run lint-fix