Skip to content

Commit

Permalink
updated docs and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatcuk committed Apr 18, 2021
1 parent 5f822e8 commit dc3591d
Show file tree
Hide file tree
Showing 3 changed files with 784 additions and 525 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ save, in response to format requests, or run manually using a command.

## Client Implementations
* [coc-stylelintplus]: a client for [coc.nvim]
* [nvim-lspconfig]: configs for [neovim]'s built-in lsp support

## Settings
* **autoFixOnFormat** (default `false`) - automatically apply fixes in response
Expand Down Expand Up @@ -48,5 +49,7 @@ Some ideas were borrowed from [vscode-eslint] and [coc-eslint].
[coc-eslint]: https://github.com/neoclide/coc-eslint
[coc-stylelintplus]: https://github.com/bmatcuk/coc-stylelintplus
[coc.nvim]: https://github.com/neoclide/coc.nvim
[neovim]: https://github.com/neovim/neovim
[nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig
[stylelint]: https://microsoft.github.io/language-server-protocol/
[vscode-eslint]: https://github.com/Microsoft/vscode-eslint
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-lsp",
"version": "1.1.0",
"version": "1.2.0",
"description": "A stylelint language server",
"keywords": [
"stylelint",
Expand Down Expand Up @@ -60,7 +60,7 @@
"dependencies": {
"fast-diff": "~1.2.0",
"resolve-from": "~5.0.0",
"stylelint": "~13.6.1",
"stylelint": "~13.12.0",
"vscode-languageserver": "~6.1.1",
"vscode-languageserver-textdocument": "~1.0.1",
"vscode-uri": "~2.1.2"
Expand Down
Loading

0 comments on commit dc3591d

Please sign in to comment.