UNPKG

eslint-config-alloy

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