代码拉取完成,页面将自动刷新
module.exports = {
root: true,
env: {
es6: true,
browser: true,
node: true,
},
ecmaFeatures: {
modules: true,
},
globals: {
wx: true,
App: true,
Page: true,
getCurrentPages: true,
getApp: true,
Component: true,
requirePlugin: true,
requireMiniProgram: true,
uni: true,
axios: true,
globalModal: true,
},
plugins: ['vue'],
extends: [
'plugin:vue/vue3-essential',
'plugin:vue/vue3-strongly-recommended',
'plugin:vue/base',
'prettier',
'plugin:json/recommended',
'plugin:prettier/recommended',
],
rules: {
'vue/no-multiple-template-root': 'off',
'vue/no-multiple-template-root': 0,
'vue/no-parsing-error': [
'error',
{
'x-invalid-end-tag': false,
},
],
'no-nested-ternary': 'off',
'no-underscore-dangle': 'off',
'no-lonely-if': 'off',
'no-named-as-default': 'off',
'vue/no-side-effects-in-computed-properties': 'off',
'vue/no-deprecated-v-on-native-modifier': 'off',
'linebreak-style': 'off',
indent: ['off', 2],
semi: ['error', 'always'],
'no-mixed-spaces-and-tabs': ['error', false],
'func-names': 'off',
'no-param-reassign': 'off',
'object-curly-spacing': 'off',
'arrow-parens': 'off',
'global-require': 'off',
'no-extra-boolean-cast': 'off',
'object-shorthand': 'off',
'prefer-destructuring': 'off',
'consistent-return': 0,
'import/extensions': 'off',
'comma-dangle': ['error', 'always-multiline'],
'class-methods-use-this': 'off',
'no-continue': 'off',
'no-mixed-operators': 'off',
'no-plusplus': 'off',
'no-await-in-loop': 'off',
'no-restricted-syntax': 'warn',
'prefer-const': 'warn',
'no-new': 'warn',
radix: 'warn',
'prefer-template': 'warn',
'no-use-before-define': 'off',
'no-shadow': 'warn',
'import/no-unresolved': 'off',
'template-curly-spacing': 'off',
'vue/jsx-uses-vars': 2,
'vue/prefer-import-from-vue': 'off',
quotes: ['error', 'single'],
'guard-for-in': 'off',
'no-var': 'error',
'no-unused-vars': 'warn',
'no-unused-expressions': 'warn',
'no-return-assign': 'warn',
'max-len': [
'error',
{
code: 1200,
ignoreUrls: true,
},
],
'no-tabs': 'off',
'vue/multi-word-component-names': 0,
},
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。