1 Star 0 Fork 0

李博/spurs-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.cjs 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
李博 提交于 2024-03-30 18:47 . 32
/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution')
module.exports = {
root: true,
extends: [
'eslint:recommended',
'plugin:vue/vue3-essential',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier/skip-formatting'
],
// overrides: [
// {
// files: ['**/*.vue'],
// rules: {
// // 限制整个 .vue 文件的代码行数(包括模板、脚本和样式)不超过 300 行
// 'max-lines': ['error', { max: 300, skipBlankLines: true, skipComments: true }]
// }
// }
// ],
parserOptions: {
ecmaVersion: 'latest',
parser: '@typescript-eslint/parser',
sourceType: 'module'
},
plugins: ['vue', '@typescript-eslint'],
parserOptions: {
ecmaVersion: 'latest'
},
// 关闭名称校验
rules: {
// 'vue/multi-word-component-names': 'off'
'vue/multi-word-component-names': [
'error',
{
ignores: ['index', '404'] //忽略的组件名
}
],
'vue/no-deprecated-v-on-native-modifier': 'off'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/li3-bo/spurs-admin.git
git@gitee.com:li3-bo/spurs-admin.git
li3-bo
spurs-admin
spurs-admin
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385