1 Star 0 Fork 0

CC/vue3-ts-vite-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.cjs 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
CC 提交于 2024-04-01 14:55 . 🎉 init(初始化): 初始化项目template
/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution')
module.exports = {
root: true,
env: {
// 运行环境
node: true,
'vue/setup-compiler-macros': true,
},
extends: ['plugin:vue/vue3-essential', 'eslint:recommended', '@vue/typescript/recommended', 'plugin:prettier/recommended'],
// parser: 'vue-eslint-parser',
parserOptions: {
ecmaVersion: 2020,
},
globals: {
init: true,
},
rules: {
'@typescript-eslint/no-explicit-any': ['off'],
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'vue/multi-word-component-names': 'off',
'linebreak-style': [0, 'error', 'windows'],
'no-unused-vars': 'off', //未使用变量
'no-empty-function': 'off', // 未定义Function
'@typescript-eslint/no-empty-function': 'off',
'no-async-promise-executor': 'off',
'no-case-declarations': 'off',
'@typescript-eslint/no-non-null-assertion': 'off', // 禁止使用!.
'no-extra-boolean-cast': 'off', // 禁止使用 !!
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/cc-2018_admin/vue3-ts-vite-template.git
git@gitee.com:cc-2018_admin/vue3-ts-vite-template.git
cc-2018_admin
vue3-ts-vite-template
vue3-ts-vite-template
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385