UNPKG

eslint-config-alloy

Version:
17 lines (16 loc) 351 B
module.exports = { rules: { /** * 禁止无用的表达式 * @category Best Practices */ 'no-unused-expressions': [ 'error', { allowShortCircuit: true, allowTernary: true, allowTaggedTemplates: true } ] } };