5 Star 56 Fork 19

三线程序猿/vue-next-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 777 Bytes
一键复制 编辑 原始数据 按行查看 历史
三线程序猿 提交于 2022-06-28 09:07 . feat:init框架
/*
* @Description:
* @Author: shuliang
* @Date: 2022-06-21 15:58:08
* @LastEditTime: 2022-06-27 15:42:57
* @LastEditors: shuliang
*/
module.exports = {
root: true,
env: {
'vue/setup-compiler-macros': true,
browser: true,
es2021: true,
node: true,
},
extends: [
'plugin:vue/vue3-recommended',
'eslint:recommended',
'@vue/typescript/recommended',
'@vue/prettier',
'@vue/prettier/@typescript-eslint',
// eslint-config-prettier 的缩写
'prettier',
],
parserOptions: {
ecmaVersion: 2021,
},
plugins: [],
rules: {
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-explicit-any': ['off'],
semi: 0,
},
globals: {
uni: true,
wx: true,
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sl19940902/vue-next-uniapp.git
git@gitee.com:sl19940902/vue-next-uniapp.git
sl19940902
vue-next-uniapp
vue-next-uniapp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385