taro sample in typescript: 使用Typescript和Taro开发小程序示例
在使用 taro 生成 Typescript 模板以后,主要做了以下修改:
- 加入
"no-undef": 0,
以解决变量undefined
的问题 - 加入
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }]
以解决JSX not allowed in files with extension '.tsx
- tsconfig.json
- tslint 文件
- tslint
- tslint-react
- typescript-eslint-parser
yarn install
yarn run lint