VandyHacks / vaken

Next-gen hackathon registration system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eslint doesn't want to lint any files not in TS include

bencooper222 opened this issue · comments

Our Eslint parser (@typescript-eslint/parser) only wants to lint files in the tsconfig include directory. That's bad because we can't include files like scripts or mocks in there because then it will get bundled in production (I think - someone should confirm that). We need some solution to this.