UNPKG

eslint-config-alloy

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