UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 261 B
module.exports = { rules: { /** * 禁止 if 里面有否定的表达式 * @category Stylistic Issues * @reason 否定的表达式可以把逻辑表达的更清楚 */ 'no-negated-condition': 'off' } };