Tweet
Solved this, phew.

I was getting errors like Missing trailing comma (comma dangle) although everything seemed right.
I just had to ask linter to ignore my .ts file.
had to add this at the start of the file:
/* eslint-disable @typescript -eslint/no-var-requires */
#buildinpublic
So my college randomly gave me a deadline to submit a project that I haven't already started and I have less than 48 hours to finish it.

I've decided to build a poll creating application using VueJS and Firebase.

#buildinpublic
#code
#LearnToCode
#100DaysOfCode
#vuejs