Browse Source

【修改】eslint校验规则

master
xiaosi 1 year ago
parent
commit
64f7762456
  1. 3
      .eslintrc.cjs

3
.eslintrc.cjs

@ -19,6 +19,9 @@ module.exports = {
}, },
rules: { rules: {
'no-underscore-dangle': 'off',
'arrow-parens': 'off',
'class-methods-use-this': 'off',
'no-console': 'warn', 'no-console': 'warn',
'no-debugger': 'warn', 'no-debugger': 'warn',
'vue/max-attributes-per-line': ['error', { 'vue/max-attributes-per-line': ['error', {

Loading…
Cancel
Save