open error.scss file that has a violating rule in stylelint and see error annotation.
Install scss-lint (just install, do not enable it for the project)
Expected behavior: [What you expected to happen]
errors from style-lint
Actual behavior: [What actually happened]
errors are not be reported, as either style-lint is not run at all, or because the annotations are not applied from style-lint.
Versions
scss-lint: 0.48.0 OS: macOS latest IDEA product and version: phpstorm/webstorm 2016.3.1
Description
When scss-lint is installed (does not need to be enabled for the project) style-lint is not working in scss files.
Steps to Reproduce
git clone https://github.com/danez/scss-lint-bug
yarn install
ornpm i
Expected behavior: [What you expected to happen] errors from style-lint
Actual behavior: [What actually happened] errors are not be reported, as either style-lint is not run at all, or because the annotations are not applied from style-lint.