1.2.0 • Published 4 years ago

coc-stylelint v1.2.0

Weekly downloads
192
License
MIT
Repository
-
Last release
4 years ago

coc-stylelint

Stylelint language server extension for coc.nvim.

Inspired by vscode-stylelint

Install

In your vim/neovim run command:

:CocInstall coc-stylelint

Usage

stylelint automatically validates documents with these filetypes:

  • css
  • wxss
  • scss
  • less
  • postcss
  • sugarss
  • vue

Extension settings

Though it's highly recommended to add a stylelint configuration file to the current workspace folder instead, the following extension settings are also available.

stylelint.enable

Type: boolean Default: true

Control whether this extension is enabled or not.

stylelint.configOverrides

Type: Object Default: null

Set stylelint configOverrides option.

stylelint.config

Type: Object Default: null

Set stylelint config option. Note that when this option is enabled, stylelint doesn't load configuration files.

License

MIT

1.2.0

4 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago