GitHub - loeffel-io/ls-lint: An extremely fast directory and filename linter - Bring some structure to your project filesystem (original) (raw)

logo

ls-lint

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

CI Go Report Card Version npm npm License

Announcements

v2.3.0 is here: https://ls-lint.org/blog/announcements/v2.3.0.html

Documentation

The full documentation can be found at ls-lint.org

Demo

Configuration .ls-lint.yml

ls: packages/*/{src,tests}: .js: kebab-case .ts: camelCase | PascalCase .d.ts: camelCase .spec.ts: camelCase | PascalCase .mock.ts: camelCase

components/: .ts: regex:${0} tests: .: exists:0 .test.ts: regex:${1}

ignore:

Result

command

Logo created by Studio Ajot

License

ls-lint is open-source software licensed under the MIT license.

FOSSA Status