Context
Due to the increasing size of the team, code quality might suffer as everyone has their coding style. To remedy this, we should implement stricter ESLInt and ts.config rules. Due to workflow in #29 , these checks will be done automatically so this will save us a lot of time in the future.
Prereq
- Requires a deep knowledge of javascript and typescript.
Example
Explore if we should make this true (Currently it is false):
"noImplicitAny": ???
Context
Due to the increasing size of the team, code quality might suffer as everyone has their coding style. To remedy this, we should implement stricter ESLInt and ts.config rules. Due to workflow in #29 , these checks will be done automatically so this will save us a lot of time in the future.
Prereq
Example
Explore if we should make this true (Currently it is false):
"noImplicitAny": ???