UNPKG

eslint-config-alloy

Version:
17 lines (16 loc) 322 B
module.exports = { rules: { /** * 箭头函数的箭头前后必须有空格 * @category Uncategorized * @fixable */ 'vue/arrow-spacing': [ 'error', { before: true, after: true } ] } };