UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 209 B
module.exports = { rules: { /** * ... 的后面禁止有空格 * @category ECMAScript 6 * @fixable */ 'rest-spread-spacing': ['error', 'never'] } };