scss-lint-plugin
scss-lint-plugin copied to clipboard
Question: is it possible to work with 2 yaml files?
Versions
scss-lint version: 0.44.0
OS: Mac OS 10.11.4 IDEA product and version: PHPStorm 10
Description
Due to a change in our approach we temporarily use two yaml files with different linter configurations. This works well outside PHPStorm (we add a comment to the files with the new approach and check for it in the bash script for our pre-commit hook for example), but it would be nice to somehow get something similar inside of the IDE it as well. Any ideas?