rubenmate / draw-entity-relation

A web application developed as my final project for the Computer Engineering Degree. It allows users to model entity-relationship diagrams and export them to SQL scripts after validation.
https://draw-entity-relation.vercel.app
0 stars 1 forks source link

Tooling: Add linter/formatter to the project #9

Closed rubenmate closed 2 months ago

rubenmate commented 3 months ago

Even though this project will not accept any colaborators I think it would be wise to use a formatter and define some rules so new environments won't introduce different formatting styles.

The linter (and the formatter) would provide some CI/CD possibilities.

rubenmate commented 3 months ago

Biome is an all in one solution to cover this issue. It provides a fast and performant linter and formatter and is compatible with prettier and eslint.