Forum Discussion
gerald4
Mar 26, 2022Copper Contributor
TSLint is not supported for rush-stack-compiler-4.X packages.
Please I need help. I started using pnpjs library v3, but every time i try to gulp build or gulp serve my project. I had also upgraded my rush stack compiler from version 3 to 4. I get this error: E...
Srinivas Narula
Mar 29, 2022Brass Contributor
gerald4 - For now, I'm following trick
TypeScript 4+ doesn't support tslint (tslint is deprecated). Thus you should disable the tslint task in your gulpfile.js:
build.tslintCmd.enabled = false;
- BristolNETNov 10, 2022Copper ContributorThis did not work for. I have rush-stack-compiler-4.5 installed, added that line disabling tslint, and I still receive the error. Is there another fix? Thank you
- avhillDec 13, 2022Copper Contributor
BristolNET I had the same problem and simply deleted the tslint file from my solution. Solved it straight away.