0.0.1 • Published 1 year ago

@bluwy/cleanup v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@bluwy/cleanup

WIP. Wrapper CLI using eslint and eslint-plugin-depend (among other parsers).

Usage

# Lint all files in the current directory
npx @bluwy/cleanup

# Lint all files in the `packages` directory
npx @bluwy/cleanup "./packages/**/*.{js,jsx,ts,tsx}"

Local Development

# Lint GitHub repos (clones locally) (example: hiesey/stream-http)
bash ./scripts/line-repo.sh hiesey/stream-http