loeffel-io / ls-lint

An extremely fast directory and filename linter - Bring some structure to your project filesystem

Home Page:https://ls-lint.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Allow passing files via argv

binary64 opened this issue · comments

So that we can use ls-lint from lint-staged, where it passes git staged files as command arguments such as:

node_modules/.bin/ls-lint file1.js path/to/file2.js

The result would be an insanely fast execution.

duplicate of #40