All Projects → neoclide → coc-stylelint

neoclide / coc-stylelint

Licence: other
Stylelint language server extension for coc.nvim

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to coc-stylelint

fe-standard-config-seed
前端通用代码规范自动化接入
Stars: ✭ 18 (-57.14%)
Mutual labels:  stylelint
coc-elixir
Elixir language server extension based on elixir-ls for coc.nvim
Stars: ✭ 150 (+257.14%)
Mutual labels:  coc
bootstrap-shopify-theme
🛍 A free Shopify Theme built with Bootstrap, BEM, Liquid, Sass, ESNext, Theme Tools, ... and Webpack.
Stars: ✭ 41 (-2.38%)
Mutual labels:  stylelint
code-of-conduct
The rule of St. Benedict as your Code of Conduct
Stars: ✭ 21 (-50%)
Mutual labels:  coc
stylelint-selector-tag-no-without-class
Stylelint plugin to disallow certain tags without a class qualifier in selectors
Stars: ✭ 19 (-54.76%)
Mutual labels:  stylelint
stylelint-config-xo
Stylelint shareable config for XO
Stars: ✭ 34 (-19.05%)
Mutual labels:  stylelint
sonar-css-plugin
SonarQube CSS / SCSS / Less Analyzer
Stars: ✭ 46 (+9.52%)
Mutual labels:  stylelint
gulp-boilerplate
Gulp boilerplate
Stars: ✭ 24 (-42.86%)
Mutual labels:  stylelint
stylelint-no-indistinguishable-colors
Stylelint plugin to add rule no-indistinguishable-colors
Stars: ✭ 15 (-64.29%)
Mutual labels:  stylelint
stylelint-bare-webpack-plugin
Stylelint plugin for webpack
Stars: ✭ 15 (-64.29%)
Mutual labels:  stylelint
coc-webview
Using an external browser to support the webview in coc.nvim.
Stars: ✭ 21 (-50%)
Mutual labels:  coc
linter-sniffer-pretty-printer
Collection of packages and configs to lint and format code in your WordPress project.
Stars: ✭ 35 (-16.67%)
Mutual labels:  stylelint
react-typescript-boilerplate
A React + Redux + TypeScript + HOT + Webpack + Material-UI + Sass boilerplate
Stars: ✭ 18 (-57.14%)
Mutual labels:  stylelint
vue3-vite-ts
Vue 3 Scaffolding (Vite + TS + Linters + Jest + TailwindCSS)
Stars: ✭ 27 (-35.71%)
Mutual labels:  stylelint
vim-setup
👾 My NeoVim configuration for Scala & Haskell development (permanently moved to https://github.com/gvolpe/dotfiles)
Stars: ✭ 31 (-26.19%)
Mutual labels:  coc
stylelint-z-index-value-constraint
Stylelint rule for setting minimum and maximum constraint value for z-index.
Stars: ✭ 18 (-57.14%)
Mutual labels:  stylelint
bb8
Starter kit for automating tasks in everyday front-end development. 👨🏻‍💻 ⚡️ 🛠 ✨ 🤖
Stars: ✭ 13 (-69.05%)
Mutual labels:  stylelint
stylelint-config-styled-components
The shareable stylelint config for stylelint-processor-styled-components
Stars: ✭ 66 (+57.14%)
Mutual labels:  stylelint
grunt-stylelint
Stylelint adapter for the Grunt task runner.
Stars: ✭ 26 (-38.1%)
Mutual labels:  stylelint
coc-neco
viml completion source for coc.nvim
Stars: ✭ 22 (-47.62%)
Mutual labels:  coc

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].