stefanodongowski / FanzPlay

1 stars 1 forks source link

Enable Eslint Linting and Prettier Formatting #47

Closed brennamehl closed 11 months ago

brennamehl commented 12 months ago

This code installs dependencies needed for linting and configurations to run the linting scripts. There should not be any merge conflicts in this branch, since formatting has not yet been run. Although the commands work, there appear to be five errors detected by the linter.

To run the linter, run these two commands:

npm run prettier:write
npm run lint

Screenshot 2023-11-17 165310