StruckCroissant / Game-DB

Game-DB is a game database search engine deployed on Docker and powered by Java Spring Boot and AngularJS
GNU General Public License v3.0
2 stars 0 forks source link

Vue/Javascript linter #57

Closed StruckCroissant closed 9 months ago

StruckCroissant commented 10 months ago

Summary

There's currently no way to programmatically ensure that Vue & Typescript components are formatted in a consistent way. A linter should help with this

Acceptance criteria

  1. There are linters setup for the following languages
    1. HTML5
    2. Vue3
    3. Typescript
  2. The linter is set up as a stage in the CI pipeline

Technical

N/A. There are minimal technical decisions to be made here.

Additional context