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

ls-lint with lint-staged, the global code is executed

mochalhui opened this issue · comments

// .lintsatgedrc.json

{
  "*" : ["ls-lint"]
}

{
ls: 

  .ts: camelCase | snake_case



ignore:
  - .git
  - node_modules
 }

There is currently no support for lint-staged