1 Star 0 Fork 322

gtzhong / 小兔鲜儿-vue3+ts-uniapp-2023新版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.cjs 929 Bytes
一键复制 编辑 原始数据 按行查看 历史
/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution')
module.exports = {
root: true,
extends: [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier',
],
// 小程序全局变量
globals: {
uni: true,
wx: true,
WechatMiniprogram: true,
getCurrentPages: true,
UniApp: true,
UniHelper: true,
Page: true,
AnyObject: true,
},
parserOptions: {
ecmaVersion: 'latest',
},
rules: {
'prettier/prettier': [
'warn',
{
singleQuote: true,
semi: false,
printWidth: 100,
trailingComma: 'all',
endOfLine: 'auto',
},
],
'vue/multi-word-component-names': ['off'],
'vue/no-setup-props-destructure': ['off'],
'vue/no-deprecated-html-element-is': ['off'],
'@typescript-eslint/no-unused-vars': ['off'],
},
}
微信
1
https://gitee.com/gtzhongphp/uniapp-shop-vue3-ts.git
git@gitee.com:gtzhongphp/uniapp-shop-vue3-ts.git
gtzhongphp
uniapp-shop-vue3-ts
小兔鲜儿-vue3+ts-uniapp-2023新版
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891