1 Star 0 Fork 7

danielxvcg / 微信小程序 云开发 毕业设计 单词天天斗 单词 本科毕设 typescript 原生微信小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 680 Bytes
一键复制 编辑 原始数据 按行查看 历史
arley 提交于 2022-01-25 23:45 . feat: 人机对战选择/答题的实现
// https://www.npmjs.com/package/eslint-config-standard-with-typescript
module.exports = {
extends: 'standard-with-typescript',
parserOptions: {
project: './tsconfig.json'
},
globals: {
wx: true,
App: true,
Page: true,
getCurrentPages: true,
getApp: true,
Component: true,
requirePlugin: true,
requireMiniProgram: true,
__wxConfig: true
},
rules: {
'@typescript-eslint/triple-slash-reference': 0,
'@typescript-eslint/strict-boolean-expressions': 0,
'@typescript-eslint/no-non-null-assertion': 0,
'@typescript-eslint/no-non-null-asserted-optional-chain': 0,
'@typescript-eslint/no-misused-promises': 0
}
}
TypeScript
1
https://gitee.com/danielxvcg/wechat-app-words-pk.git
git@gitee.com:danielxvcg/wechat-app-words-pk.git
danielxvcg
wechat-app-words-pk
微信小程序 云开发 毕业设计 单词天天斗 单词 本科毕设 typescript 原生微信小程序
main

搜索帮助