UNPKG

eslint-config-alloy

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