@putout/plugin-putout-config
Version:
🐊Putout plugin helps to maintain putout config
13 lines (11 loc) • 370 B
JavaScript
import {createRenameProperty} from '../rename-property.js';
export const {
report,
fix,
traverse,
} = createRenameProperty([
['apply-early-return', 'return/apply-early'],
['remove-useless-return', 'return/remove-useless'],
['simplify-boolean-return', 'return/simplify-boolean'],
['convert-break-to-return', 'return/convert-from-break'],
]);