Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 2.12 KB

README.md

File metadata and controls

56 lines (33 loc) · 2.12 KB

vscode-stylelint

Dependency Status devDependency Status

A Visual Studio Code extension to lint CSS/SCSS with stylelint

screenshot

Installation

  1. Run Install Extension command from Command Palette.
  2. Search and choose stylelint.

See the extension installation guide for details.

Usage

Enable the linter in the VS Code settings.

{
  "stylelint.enable": true
}

Configurations

In addition to the VS Code settings mentioned below, you can set the config by adding stylelint configuration files to the workspace directory.

stylelint.enable

Type: Boolean
Default: true

Control whether stylelint is enabled for CSS/SCSS files or not.

stylelint.configOverrides

Type: Object
Default: null

Will be directly passed to configOverrides option.

stylelint.config

Type: Object
Default: null

Will be directly passed to config option. Note that if you set config option, this plugin ignores all the stylelint configuration files.

License

Copyright (c) 2015 - 2016 Shinnosuke Watanabe

Licensed under the MIT License.