代码拉取完成,页面将自动刷新
同步操作将从 zero/WaitAdmin开源后台系统(PHP版) 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
module.exports = {
'root': true,
'ignorePatterns': ['src/uni_modules/'],
'env': {
'browser': true,
'es2021': true,
'node': true
},
'extends': [
'eslint:recommended',
'plugin:vue/vue3-recommended'
],
'globals': {
'uni': 'readonly',
'plus': 'readonly',
'wx': 'readonly',
},
'parserOptions': {
'ecmaVersion': 'latest',
'sourceType': 'module'
},
'plugins': [
'vue'
],
'rules': {
'semi': ['warn', 'never'],
'no-var': 'warn',
'no-empty': 'off',
'no-undef': 'off',
'no-shadow': 'off',
'no-console': 'warn',
'no-debugger': 'warn',
'no-lone-blocks': 'warn',
'no-extra-parens': 'warn',
'no-multi-spaces': 'off',
'no-empty-function': 'off',
'no-duplicate-case': 'warn',
'no-redeclare': 'warn',
'no-func-assign': 'warn',
'no-unreachable': 'warn',
'no-else-return': 'warn',
'no-return-assign': 'warn',
'no-return-await': 'warn',
'no-self-compare': 'warn',
'no-useless-catch': 'warn',
'no-useless-return': 'warn',
'no-mixed-spaces-and-tabs': 'warn',
'no-multiple-empty-lines': 'warn',
'no-trailing-spaces': 'warn',
'no-useless-call': 'warn',
'no-delete-var': 'off',
'dot-notation': 'warn',
'default-case': 'off',
'eqeqeq': 'warn',
'curly': 'warn',
'space-before-blocks': 'warn',
'space-in-parens': 'warn',
'space-infix-ops': 'warn',
'space-unary-ops': 'warn',
'arrow-spacing': 'warn',
'array-bracket-spacing': 'warn',
'brace-style': 'warn',
'camelcase': 'off',
'max-depth': ['warn', 4],
'max-statements': ['warn', 100],
'max-nested-callbacks': ['warn', 3],
'max-statements-per-line': ['warn', { max: 1 }],
'quotes': ['warn', 'single', 'avoid-escape'],
'switch-case-space': 'off',
'switch-colon-spacing': 'off',
'switch-space': [0, 'always'],
'indent': [
'warn',
4,
{ 'SwitchCase': 1 }
],
'vue/require-default-prop': 0,
'vue/multi-word-component-names': 0,
'vue/singleline-html-element-content-newline': 0,
'vue/multiline-html-element-content-newline': 0,
'vue/max-attributes-per-line': ['warn', { singleline: 5 }],
'vue/html-indent': ['warn', 4, {
'attribute': 1,
'baseIndent': 1,
'closeBracket': 0,
'alignAttributesVertically': true,
'ignores': []
}],
'vue/html-self-closing': ['error', {
'html': {
'void': 'always',
'normal': 'never',
'component': 'always'
},
'svg': 'always',
'math': 'always'
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。