UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 226 B
module.exports = { rules: { /** * 禁止函数表达式中出现多余的括号 * @category TypeScript * @fixable */ '@typescript-eslint/no-extra-parens': 'off' } };