This linter plugin for SublimeLinter provides an interface to stylelint.
SublimeLinter must be installed in order to use this plugin.
Please install via Package Control.
Before using this plugin, ensure that stylelint is installed on your system. To install stylelint, do the following:
-
In your project directory, install
postcssandstylelintby typing the following in a terminal:npm install postcss stylelint
- 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.