UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 149 B
module.exports = { rules: { /** * 禁止在 <script setup> 中使用 export */ 'vue/no-export-in-script-setup': 'error', }, };