Home

Awesome

SassLint Plugin

Idea support for SassLint A Node-only Sass linter for both sass and scss syntax. see more here.<br/> 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</a>:<br/>

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

Or, install sass-lint globally:<br/>

$ npm install -g sass-lint

Settings

To get started, you need to set the SassLint plugin settings:<br/>