UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 229 B
module.exports = { rules: { /** * 禁止函数表达式中出现多余的括号 * @category Possible Errors * @fixable */ 'no-extra-parens': ['error', 'functions'] } };