代码拉取完成,页面将自动刷新
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',
},
},
}
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。