1 Star 0 Fork 1

RHQYZ / wxjssdk-promisify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 621 Bytes
一键复制 编辑 原始数据 按行查看 历史
RHQYZ 提交于 2022-04-13 17:15 . style: clean code
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'
}
};
TypeScript
1
https://gitee.com/fudiwei/wxjssdk-promisify.git
git@gitee.com:fudiwei/wxjssdk-promisify.git
fudiwei
wxjssdk-promisify
wxjssdk-promisify
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891