Tinkoff / linters

Tinkoff ESlint, Stylelint and Prettier linter configurations
Apache License 2.0
125 stars 24 forks source link

feat(stylelint-config): describe angular-less config #219

Closed zy2ba closed 1 year ago

zy2ba commented 1 year ago

Some projects uses angular with less. Describing of separate angular-less config must hide tricks of combining two configs from package users

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Angular projects, who uses less, must dive into sources for knowing how to correct combine angular and less configs

What is the new behavior?

Angular+less projects can just use separate config

Does this PR introduce a breaking change?