I use react-scripts-ts
to generate React App and it supplies TSLint.
It seems like there's no option to tell react-scripts-ts
to exclude TSLint from the build pipeline. Is it possible to disable TSLint via tslint.json
?
P.S.
It's possible to disable it by adding comment to the file, but I don't want to add such comment to every TS file in the project.