stefanodongowski / FanzPlay

1 stars 1 forks source link

Add prettier and eslint and their scripts #44

Closed brennamehl closed 12 months ago

brennamehl commented 1 year ago

This code installs dependencies needed for linting and configurations to run the linting scripts.

To run the linter, run these two commands before your next commit: npm run lint npm run prettier:write