Can you use custom typescript compiler with @typescript-eslint?

100 Views Asked by At

Basically, I have a webpack, package.json, tsconfig.json configs with, but it doesn't lint typescript files, for that you need @typescript-eslint package which can't configure custom compiler, are there any workarounds around this?

In my webpack config i use ts-loader and a eslint-webpack-plugin.

0

There are 0 best solutions below