3 Star 11 Fork 2

IT熊/uniapp+vite+vue3+pinia+ts 框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
IT熊 提交于 2023-09-01 09:41 . 解决eslint与自动导入的冲突
module.exports = {
env: {
browser: true,
es2021: true,
node: true,
},
extends: ['eslint:recommended', 'plugin:vue/vue3-essential', 'plugin:@typescript-eslint/recommended','./.eslintrc-auto-import.json'],
parser: 'vue-eslint-parser',
parserOptions: {
ecmaVersion: 'latest',
parser: '@typescript-eslint/parser',
sourceType: 'module',
},
plugins: ['vue', '@typescript-eslint'],
globals: {
uni: true,
wx: true
},
rules: {
'vue/multi-word-component-names': 'off',
quotes: ['error', 'single'],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/IT-bear/uniapp-framework.git
[email protected]:IT-bear/uniapp-framework.git
IT-bear
uniapp-framework
uniapp+vite+vue3+pinia+ts 框架
master

搜索帮助