Rainbow-Devs / health-tracker-frontend

The Next.js-based frontend webapp for the Rainbow Devs Health Tracker application.
MIT License
1 stars 6 forks source link

Default sundry items are missing from project and should be added #8

Closed seidior closed 1 year ago

seidior commented 1 year ago

Describe the Feature / Enhancement

The following items should be added to (or modified in) the project, but aren't large enough items to warrant an issue by themselves:

Additional Details and Resources

package.json, README.md, and tsconfig.json will all come from whichever ticket lands switching us to Next.js, so we can wait on that in case we need to modify these.

Additional optional packages/technologies worth considering:

Correct Project Selected

Labels

seidior commented 1 year ago

Switching eslint.config.js to .eslintrc.cjs, since typescript-eslint doesn't yet support the new flat file syntax for ESLint configuration.

Also, any of the other files that are CommonJS (ESLint configuration, PostCSS configuration, Tailwind CSS configuration) should be renamed to .cjs, and any files that are ESModule syntax should be renamed .mjs.