Currently we require projects to have 6.x.x however as v7 is available now, we need to upgrade our configuration. While doing this we need to add/change the following rules:
These two changes will be implemented with PR #13.
In the scope of this issue, I will be bumping up the eslint version and removing the redundant rules it there is any.
Currently we require projects to have
6.x.x
however as v7 is available now, we need to upgrade our configuration. While doing this we need to add/change the following rules:I want to disable
camelcase
rule as it creates issues when typing the api models in TypeScript projects: