UNPKG

@putout/plugin-convert-for-in-to-for-of

Version:
12 lines (8 loc) 159 B
'use strict'; const getRule = (a) => ({ [a]: require(`./${a}`), }); module.exports.rules = { ...getRule('positive'), ...getRule('negative'), };