You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our projects, we tend to add may items to the ignore list in the .ls-lint.yml config file for common Markdown files. Per industry common practices, these files are named with SCREAMING_SNAKE_CASE. For example:
It would be great to not have to add these to the ignore list for many repos. Would it be a possibility to add support for SCREAMING_SNAKE_CASE to ls-lint so that we could configure our projects like:
.ls-lint.yml
ls:
.md: SCREAMING_SNAKE_CASE
...
The text was updated successfully, but these errors were encountered:
In our projects, we tend to add may items to the
ignore
list in the.ls-lint.yml
config file for common Markdown files. Per industry common practices, these files are named withSCREAMING_SNAKE_CASE
. For example:.ls-lint.yml
It would be great to not have to add these to the ignore list for many repos. Would it be a possibility to add support for SCREAMING_SNAKE_CASE to ls-lint so that we could configure our projects like:
.ls-lint.yml
The text was updated successfully, but these errors were encountered: