1 Star 3 Fork 2

RHQYZ/wxmini-promisify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 621 Bytes
一键复制 编辑 原始数据 按行查看 历史
RHQYZ 提交于 2022-12-02 20:04 . chore: upgrade dependencies
module.exports = {
extends: ['eslint:recommended', 'plugin:prettier/recommended', 'plugin:@typescript-eslint/recommended'],
env: {
es6: true,
browser: true,
node: true,
commonjs: true,
amd: true
},
globals: {
wx: true
},
parserOptions: {
ecmaVersion: 6
},
rules: {
'prettier/prettier': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/triple-slash-reference': 'off'
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fudiwei/wxmini-promisify.git
git@gitee.com:fudiwei/wxmini-promisify.git
fudiwei
wxmini-promisify
wxmini-promisify
main

搜索帮助