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

Use shareable configuration (not yml)

dror-weiss opened this issue · comments

As a project maintainer of many projects, I want to standardize on a single json or js config file for all of them, each extending the base config.
yml doesn't support configuration sharing.

Basically, similar behavior to eslint.

You can do this with something like this in your package.json: ls-lint --config node_modules/@company/ls-lint-config-custom/.ls-lint.yml
Check this older issue: #22 (comment)