bluwy / cleanup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

License:MIT License


Languages

Language:JavaScript 82.8%Language:Shell 15.5%Language:TypeScript 1.7%