CDLUC3 / dmsp_frontend_prototype

Repo to test out new NextJS framework
MIT License
0 stars 0 forks source link

Added es linting to app, and a pre-commit hook to run linting before a commit #58

Closed jupiter007 closed 3 months ago

jupiter007 commented 3 months ago

Issue: #53

  1. I added an initial .eslintrc.js and .eslintignore file to the app.
  2. I added the use of husky to run linting in a pre-commit hook
  3. Fixed some linting issues and added "/dmps" and "/components" to the ignore list for now, since it's not clear whether we'll be using this code for our landing page or something else.
jupiter007 commented 3 months ago

I merged development branch into this one, and fixed some es linting errors. Will merge the PR now.