KCarlile / guitar-diagrams-js

Open source JavaScript library for drawing guitar chords and scales on an HTML5 canvas.
https://demo.kcarlile.com/guitar-diagrams-js/
GNU General Public License v3.0
0 stars 0 forks source link

Setup linting for HTML, CSS, JS, MD on PR/push to main, develop #15

Closed KCarlile closed 4 months ago

KCarlile commented 5 months ago

Background

To ensure code quality and standards, linting should be performed on the codebase.

Acceptance Criteria

Approach

Notes

References

KCarlile commented 4 months ago

Linting added to develop branch in PR #27.

Linting runs for HTML, CSS, JS, and MD on pushes to develop and main as well as PRs into develop and main.

KCarlile commented 4 months ago

PR #28 develop into main.

KCarlile commented 4 months ago

Released in v0.9.2.