ls-lint icon indicating copy to clipboard operation
ls-lint copied to clipboard

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

Results 59 ls-lint issues
Sort by recently updated
recently updated
newest added

Hello! Whenever I'm trying to install ls-lint using the command: ` npm install latest-version ` I retrieve the following error: npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for...

help wanted

Hi! First of all, I'd like to say that I love this! Exactly what I was looking for! Thanks! One feature that seems to be missing (or would be great...

As is on the v2 wishlist and was mentioned in https://github.com/loeffel-io/ls-lint/issues/35 and https://github.com/loeffel-io/ls-lint/issues/56#issuecomment-909418833, globbing is currently not allowed for the `ignore` key. This is a first try at implementing this....

It would be cool if this would have a check to ensure that a directory/file exists!

wishlist

Is it possible to enforce special rules wher filename is uppercase and suffix is lowercase? I would like this to enforce these open source conventions README.md CHANGELOG.md etc..

Thank you for 100 000 NPM Downloads! The project is growing constantly and we are starting the development of v2 soon! Planned features: - Extend `|` operator with a ongoing...

v2

usually, lint has some common feature; - lint all files ext is `.html` - lint all files is some kind; - like image ext is `.jpg` `.JPG` `.gif` `.svg` and...

feature
v2

Hi is it possible to have a default fallback like ``` ls: .: 'regex:$never' .txt: 'kebabcase' ``` would only allow files like blahBlah.txt and hello.txt test.jpg and so on would...

Regarding https://github.com/loeffel-io/ls-lint/issues/30# Could this feature be powerful enough to help me enforce test files for every .tsx no matter my structure? Because I can imagine a regex solution to check...

I'm applying `ls-lint` to more of our existing repositories, and I'm at an impasse with files that have acronyms in the name. The PascalCase walker isn't happy with consecutive capital...