1 Star 0 Fork 0

知心爱人ZLQ/被品P件自写vue办理

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
知心爱人ZLQ 提交于 2019-06-02 23:01 . init
module.exports = {
root: true,
env: {
node: true,
},
extends: [
'plugin:vue/essential',
'@vue/airbnb'
],
rules: {
// !!! 禁止随意更改规则
'max-len': 0,
'linebreak-style': 0,
'no-plusplus': 0,
'no-param-reassign': 0,
'import/extensions': 0,
'import/no-unresolved': 0,
'no-eval': 0,
'no-underscore-dangle': 0,
'no-console': 0,
'object-shorthand': 0,
'func-names': 0,
'no-extend-native': 0,
'no-restricted-globals': 0,
'no-cond-assign': 0,
'import/prefer-default-export': 0,
'no-loop-func': 0,
'no-self-assign': 0,
'arrow-parens': 0,
'no-proto': 0,
},
parserOptions: {
parser: 'babel-eslint',
},
settings: {
'import/resolver': {
'webpack': {
'config': 'vue.config.js',
},
},
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xinxinphp/BeiPinPJianZiXievueBanLi.git
[email protected]:xinxinphp/BeiPinPJianZiXievueBanLi.git
xinxinphp
BeiPinPJianZiXievueBanLi
被品P件自写vue办理
master

搜索帮助