1 Star 0 Fork 4

airflowshu/spring-boot-plus-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 875 Bytes
一键复制 编辑 原始数据 按行查看 历史
JiaJi 提交于 2024-01-22 20:35 +08:00 . 新增首页,详情页
/** @type {import('eslint').Linter.Config} */
module.exports = {
env: {
browser: true,
node: true,
es2021: true
},
globals: {
uni: true // readonly
},
extends: [
'standard',
'plugin:prettier/recommended',
'eslint:recommended',
'plugin:vue/essential',
'plugin:@typescript-eslint/recommended',
'./eslintrc-auto-import.json'
],
parser: 'vue-eslint-parser',
parserOptions: {
ecmaVersion: 12,
parser: '@typescript-eslint/parser',
sourceType: 'module'
},
plugins: ['vue', '@typescript-eslint'],
rules: {
'vue/multi-word-component-names': 1
},
overrides: [
{
files: ['*.ts', '*.mts', '*.cts', '*.tsx', '*.vue'],
rules: {
'no-undef': 'off'
}
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/airflowshu/spring-boot-plus-app.git
git@gitee.com:airflowshu/spring-boot-plus-app.git
airflowshu
spring-boot-plus-app
spring-boot-plus-app
master

搜索帮助