UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 211 B
module.exports = { rules: { /** * yield* 后面必须要有空格 * @category ECMAScript 6 * @fixable */ 'yield-star-spacing': ['error', 'after'] } };