1 Star 0 Fork 59

musiclib/anime-pc

forked from adicwu/masami 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 953 Bytes
一键复制 编辑 原始数据 按行查看 历史
adicwu 提交于 2021-12-24 17:41 . 2
module.exports = {
root: true,
env: {
node: true,
es2021: true,
browser: true
},
parser: 'vue-eslint-parser',
extends: [
'plugin:vue/vue3-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:prettier/recommended',
'prettier'
],
parserOptions: {
ecmaVersion: 12,
parser: '@typescript-eslint/parser',
sourceType: 'module',
ecmaFeatures: {
jsx: true
}
},
rules: {
// "no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
// "no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
'@typescript-eslint/no-explicit-any': ['off'],
'@typescript-eslint/no-this-alias': ['off'],
'@typescript-eslint/no-var-requires': 0,
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'vue/multi-word-component-names': 'off',
'vue/v-on-event-hyphenation': 'off'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/musiclib/comic-pc.git
[email protected]:musiclib/comic-pc.git
musiclib
comic-pc
anime-pc
master

搜索帮助