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

How to set a default rule?

BryanAdamss opened this issue · comments

Its support set defalut rule for all files?
Just use a special format for a particular type of file?

ls:
   default: kebab-case // default for all files. When not matched , use kebab-case.
   
   .js: camelCase // .js file use camel case

The is currently no support for a default rule because ls-lint try to drive everything pretty strict ✌️