1 Star 1 Fork 1

sumu/flygoose-blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 579 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhanghongjun 提交于 2024-02-06 17:38 . 添加flygoose博客前台项目
module.exports = {
root: true,
env: {
browser: true,
node: true
},
parserOptions: {
ecmaVersion: 2020,
sourceType: 'module',
parser: '@typescript-eslint/parser'
},
extends: [
'plugin:@typescript-eslint/recommended',
'plugin:nuxt/recommended',
'plugin:vue/vue3-recommended',
'plugin:prettier/recommended'
],
plugins: ['@typescript-eslint'],
rules: {
// 'vue/script-setup-no-uses-vars': 'off',
'vue/multi-word-component-names': 'off',
'vue/valid-v-slot': 'off',
'@typescript-eslint/ban-ts-comment': 'off'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sumu100/flygoose-blog.git
git@gitee.com:sumu100/flygoose-blog.git
sumu100
flygoose-blog
flygoose-blog
main

搜索帮助