UNPKG

issue-pane

Version:

Solid-compatible Panes: issue editor

20 lines (13 loc) 414 B
# 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. ```bash # Run linting only npm run lint # Auto-fix linting issues npm run lint-fix ```