To fix eslint issues currently marked as warn
"@typescript-eslint/explicit-function-return-type": "warn",
"@typescript-eslint/no-unused-vars": "warn",
"@typescript-eslint/no-inferrable-types": "warn",
"@typescript-eslint/no-use-before-define": "warn"