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
.