UNPKG

@putout/plugin-putout-config

Version:
16 lines (13 loc) 260 B
import {createRenameProperty} from '../rename-property.js'; const { report, fix, traverse, } = createRenameProperty([ ['remove-useless-variables/await', 'promises/remove-useless-variables'], ]); export { report, fix, traverse, };