UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 234 B
module.exports = { rules: { /** * 函数名和执行它的括号之间禁止有空格 * @category Stylistic Issues * @fixable */ 'func-call-spacing': ['error', 'never'] } };