UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 152 B
module.exports = { rules: { /** * 强制使用 defineOptions 而不是默认导出 */ 'vue/prefer-define-options': 'error', }, };