TSLint not working with CRA and TypeScript

自古美人都是妖i 提交于 2019-12-05 03:59:15

I had to go through the same process figuring how to get TSLint and Pretter to work on a CRA + TypeScript project.

I created this gist with step-by-step instructions on how you can set it up accordingly.

The above solution, in a nutshell, is to make sure that you have the appropriate VSCode extensions installed and the appropriate dependencies in your package.json so your changes get tracked by both TSLint and Prettier.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!