module.exports = { root: true, env: { node: true }, extends: ["plugin:vue/essential", "@vue/prettier"], rules: { "no-console": process.env.NODE_ENV === "production" ? "off" : "off", "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off", //在computed properties中禁用异步actions "vue/no-async-in-computed-properties": "error", //不允许重复的keys "vue/no-dupe-keys": "error", //不允许重复的attributes "vue/no-duplicate-attributes": "warn", //在