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
Allow loading config file from plugin directory (#878)
`plugin_directories` property can be used in `.scss-linter.yml` to
load additional linters from a directory. However it does not allow
loading custom `.scss-linter.yml` for such directory.
This commit allows loading a custom `.scss-linter.yml` from any
directory specified in `plugin_directories` and merge it with
your existing configuration.
0 commit comments