sandiegojs / sdjs-speaker-app

0 stars 10 forks source link

Server application does not have ESLint or Prettier installed #51

Open nathanhannig opened 3 years ago

nathanhannig commented 3 years ago

I noticed that the server application has ESLint config files, but the packages are not installed into package,json.

This means that coding standards are not being followed in the server source files.

Prettier is being use in frontend, so I wanted to mention that as well in case you want it on the backend as well.

nathanhannig commented 3 years ago

npm install eslint babel-eslint --save-dev

Will install missing dependencies, however, the linter will need to be ran across the whole code base to resolve issues and handle issues related to unused variables.