Is there a way to check if all variables in my code have a data type assigned to them using eslint-typescript? For example, const a = 1; shouldn\'t be allowed a
const a = 1;