UNPKG

find-remove

Version:

recursively finds files and/or directories by filter options from a start directory onwards and deletes these according to plenty of options you can configure. useful if you want to clean up stuff within a directory in your node.js app.

9 lines (6 loc) 119 B
// @ts-check /** @type {import('prettier').Config} */ const config = { printWidth: 90, }; module.exports = config;