SublimeLinter-stylelint ================================ This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [stylelint](https://stylelint.io/). ## Installation SublimeLinter must be installed in order to use this plugin. Please install via [Package Control](https://packagecontrol.io). Before using this plugin, ensure that `stylelint` is installed on your system. To install `stylelint`, do the following: 1. Install [Node.js](http://nodejs.org) (and [npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) on Linux). 2. In your project directory, install `postcss` and `stylelint` by typing the following in a terminal: ``` npm install postcss stylelint ``` ## Settings - SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html - Linter settings: http://sublimelinter.com/en/latest/linter_settings.html stylelint for SublimeLinter will use your regular [stylelint configuration files](https://stylelint.io/user-guide/configure).