2 Star 7 Fork 7

AnyAnt/rssant-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
guyskk 提交于 2020-12-31 22:20 . upgrade vue-cli to 4.5.9
module.exports = {
root: true,
env: {
node: true,
browser: true,
},
extends: ['plugin:vue/essential', '@vue/standard', 'prettier'],
globals: { MathJax: 'readonly' },
rules: {
// not allow console and debugger
'no-console': 'warn',
'no-debugger': 'warn',
'no-unused-vars': 'warn',
// ignore non-camelcase
camelcase: 'off',
// allow async-await
'generator-star-spacing': 'off',
// not need force
'prefer-const': 'off',
'dot-notation': 'off',
},
parserOptions: {
parser: 'babel-eslint',
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anyant/rssant-web.git
git@gitee.com:anyant/rssant-web.git
anyant
rssant-web
rssant-web
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385