typescript eslint hello:VS Code中的基础项目ESLint与TypeScript一起使用 源码
DevCrev基础项目:TypeScript,VS Code,ESLint 该项目的制作方式: 我正在使用带有ESLint(由Dirk Baeumer创建)扩展名的VS Code。 我Linux机器上已经安装了Node.js / NPM。 我没有在全球范围内安装TypeScript,但会在本地将其安装到项目中。 我没有在全球范围内安装ESLint,但会在本地将其安装到项目中。 让我们开始吧。 从要创建项目文件夹的目录开始。 制作一个项目目录。 $ mkdir typescript-eslint-hello 转到该目录。 $ cd typescript-eslint-hel
文件列表
typescript-eslint-hello-master.zip
(预估有个10文件)
typescript-eslint-hello-master
.eslintrc.json
439B
.gitignore
14B
package.json
414B
package-lock.json
46KB
change-log.txt
307B
LICENSE
1KB
README.md
2KB
ShowErrors.png
10KB
app.ts
33B
暂无评论