UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 196 B
module.exports = { rules: { /** * 计算属性必须有返回值 * @category Error Prevention */ 'vue/return-in-computed-property': 'error' } };