lexicongovernance / pluraltools-backend

Backend implementation of the plural voting tool.
https://demo.lexicongovernance.org/
GNU General Public License v3.0
3 stars 1 forks source link

rename all files and folders to kebab case #352

Closed diegoalzate closed 3 months ago

diegoalzate commented 3 months ago

overview

moved all file/folder naming convention to kebab case. The reason for this is because it is more susceptible to git changes.

for example: forumQuestions.ts -> forumquestions.ts

is not seen as a github change and can cause import issues. kebab case will always just have the right name.