SassLint Plugin

Idea support for SassLint A Node-only Sass linter for both sass and scss syntax. see more here.
SassLint plugin for WebStorm, PHPStorm and other Idea family IDE with Javascript plugin, provides integration with SassLint and shows errors and warnings inside the editor.

Getting started

Prerequisites

Install sass-lint npm package sass-lint npm:

$ cd <project path>
$ npm install sass-lint

Or, install sass-lint globally:

$ npm install -g sass-lint

Settings

To get started, you need to set the SassLint plugin settings: