1 Star 0 Fork 224

sunmin89/blog

forked from openGauss/blog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
pxq 提交于 2023-11-17 11:47 . fix: 为优化ci、同步官网项目结构
module.exports = {
root: true,
parser: 'vue-eslint-parser',
parserOptions: {
sourceType: 'module',
ecmaVersion: 2020,
ecmaFeatures: {
tsx: true,
},
},
env: {
browser: true,
node: true,
es6: true,
},
extends: [
'plugin:vue/vue3-recommended',
'plugin:@typescript-eslint/recommended',
],
plugins: ['@typescript-eslint'],
rules: {
'no-console': 'warn',
'no-debugger': 'error',
'no-var': 'error',
'no-unused-vars': 'error',
'no-multiple-empty-lines': 'error',
eqeqeq: 'error',
'@typescript-eslint/no-explicit-any': 'off',
'vue/no-v-model-argument': 'off',
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunmin89/blog.git
git@gitee.com:sunmin89/blog.git
sunmin89
blog
blog
v2

搜索帮助