idok / sass-lint-plugin

SASS Lint plugin for Intellij
https://plugins.jetbrains.com/plugin/8171
MIT License
31 stars 5 forks source link

Feature request: Auto detect sass-lint bin #6

Closed romulof closed 6 years ago

romulof commented 8 years ago

Try to find sass-lint binary automatically following this rules:

1) <PROJECT_ROOT>/node_modules/.bin/sass-lint
2) <PATH>/sass-lint

Also, keep the option to allow the user to manually switch to a different one.

xumepadismal commented 8 years ago

I think it would be even better to find/specify path to the sassLint package instead of binary. This is the way like the built-in ESLint plugin works right now.

Then it would be possible to share (commit) .idea/sasslintPlugin.xml with the other Windows/Unix developers of your team.