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.
17 lines (16 loc) • 339 B
JSON
{
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"prettier.configPath": "./prettier.config.cjs",
"cSpell.words": [
"blahblah",
"fmerge",
"hehehe",
"microbundle",
"nodeunit",
"randomstring",
"someth"
]
}