🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@ls-lint/ls-lint

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ls-lint/ls-lint

The 64-bit binary for ls-lint

Source
npmnpm
Version
1.10.0-beta.2
Version published
Weekly downloads
96K
-15.58%
Maintainers
1
Weekly downloads
 
Created
Source
logo

ls-lint

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

Build Status Go Report Card Version NPM Downloads License

  • Minimal setup with simple rules managed in one single .ls-lint.yml file
  • Works for directory and file names - all extensions supported - full unicode support
  • Incredibly fast - lints thousands of files and directories in milliseconds
  • Support for Windows, MacOS and Linux + NPM Package & Docker Image
  • Almost zero third-party dependencies (only go-yaml and doublestar)

Documentation

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

Demo

Configuration .ls-lint.yml

ls: 
    .js: snake_case
    .ts: snake_case | camelCase
    .d.ts: PascalCase
    .html: regex:[a-z0-9]+

ignore:
    - node_modules

Result

command

Benchmarks (hyperfine)

PackageMean [s]File
vuejs/vue283.3 ms ± 19.6 msexamples/vuejs-vue
vuejs/vue-next267.3 ms ± 9.3 msexamples/vuejs-vue-next

Sponsors

Logo created by Anastasia Marx

License

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

FOSSA Status

Keywords

linter

FAQs

Package last updated on 15 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts