1 Star 0 Fork 17

hello world/Vue3+Ts+Vite+pinia+ element plus+windicss

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 963 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuxincai 提交于 2022-09-30 17:35 . fix: 代码格式化处理
module.exports = {
env: {
browser: true,
es2021: true
},
extends: [
'plugin:@typescript-eslint/recommended',
'plugin:vue/vue3-recommended',
'plugin:prettier/recommended'
],
overrides: [],
parser: 'vue-eslint-parser' /* 解析 .vue 文件 */,
parserOptions: {
ecmaVersion: 'latest',
parser: '@typescript-eslint/parser',
sourceType: 'module',
jsx: true,
tsx: true
},
plugins: ['vue', '@typescript-eslint'],
rules: {
'@typescript-eslint/ban-types': [
'error',
{
extendDefaults: true,
types: {
'{}': false
}
}
],
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/ban-types': 'off',
'vue/valid-attribute-name': 'off',
"vue/multi-word-component-names": "off",
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/boss-zhijie/xt-admin-vue3.git
git@gitee.com:boss-zhijie/xt-admin-vue3.git
boss-zhijie
xt-admin-vue3
Vue3+Ts+Vite+pinia+ element plus+windicss
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385