bigpopakap-crap / moodly

Web app to track your mood
0 stars 0 forks source link

Consolidate linting rules into the parent directory #41

Open bigpopakap opened 5 years ago

bigpopakap commented 5 years ago

It's annoying that each sub-project has to repeat a bunch of style rules (ex. the prettier configuration, or the import/order rule), when they should be defined for everything inside the git repo. The problem is, each subdirectory might have its own extensions (ex. react for the client, and nodejs stuff for the server).

Ideally, we want:

Here's a Stackoverflow post to use as a jumping off point: https://stackoverflow.com/questions/33618741/how-to-handle-a-project-with-multiple-tsconfig-json-files/41860128#41860128