rizkybaihaqy / tbd-later

0 stars 0 forks source link

Add Prettier configuration and package #19

Closed rizkybaihaqy closed 11 months ago

rizkybaihaqy commented 11 months ago

This pull request adds a Prettier configuration file and package to the project. Prettier is a code formatter that helps ensure consistent code style across the project. The configuration file sets the print width to 72, tab width to 2, and enforces the use of single quotes. The package is added as a dev dependency.

No issues are fixed in this pull request.