All Projects → hex-ci → vscode-stylelint-plus

hex-ci / vscode-stylelint-plus

Licence: MIT license
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint, support auto fix on save.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-stylelint-plus

Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 260 (+712.5%)
Mutual labels:  stylelint, linter, visual-studio-code, vscode-extension
vscode-linter
Extension for code linting, all in one package. New linters can be easily added through an extension framework.
Stars: ✭ 47 (+46.88%)
Mutual labels:  stylelint, linter
Husky.Net
Git hooks made easy with Husky.Net internal task runner! 🐶 It brings the dev-dependency concept to the .NET world!
Stars: ✭ 394 (+1131.25%)
Mutual labels:  stylelint, linter
Wikitext-VSCode-Extension
A Visual Studio Code Extension that provides language support for Wikitext.
Stars: ✭ 50 (+56.25%)
Mutual labels:  visual-studio-code, vscode-extension
Gulp Stylelint
Gulp plugin for running Stylelint results through various reporters.
Stars: ✭ 149 (+365.63%)
Mutual labels:  stylelint, linter
spec
🐣 easy to use eslint/stylelint/tslint/prettier/...
Stars: ✭ 60 (+87.5%)
Mutual labels:  stylelint, linter
lints
Lint all your JavaScript, CSS, HTML, Markdown and Dockerfiles with a single command
Stars: ✭ 14 (-56.25%)
Mutual labels:  stylelint, linter
Stylelint Processor Styled Components
Lint your styled components with stylelint!
Stars: ✭ 639 (+1896.88%)
Mutual labels:  stylelint, linter
sonar-css-plugin
SonarQube CSS / SCSS / Less Analyzer
Stars: ✭ 46 (+43.75%)
Mutual labels:  stylelint, linter
vs-code-bpmn-io
Edit BPMN 2.0 files. Based on bpmn.io tools.
Stars: ✭ 87 (+171.88%)
Mutual labels:  vscode-extension, vscode-plugin
vscode-terminal-manager
VSCode Extension to manage Terminals. Lets you add multiple optional terminals and easily switch through them. 🎉
Stars: ✭ 28 (-12.5%)
Mutual labels:  visual-studio-code, vscode-plugin
Vscode Stylelint
Official Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 141 (+340.63%)
Mutual labels:  stylelint, vscode-extension
Lint Staged
🚫💩 — Run linters on git staged files
Stars: ✭ 9,492 (+29562.5%)
Mutual labels:  stylelint, linter
tryceratops
A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).
Stars: ✭ 381 (+1090.63%)
Mutual labels:  stylelint, linter
Flake8
The official GitHub mirror of https://gitlab.com/pycqa/flake8
Stars: ✭ 1,112 (+3375%)
Mutual labels:  stylelint, linter
MinifyAll
A 𝗩𝗦𝗖𝗼𝗱𝗲 𝗺𝗶𝗻𝗶𝗳𝗶𝗲𝗿 for JS, JSON/C, CSS, and HTML, you will love its simplicity! 🌟 𝘾𝙤𝙢𝙥𝙧𝙚𝙨𝙨 and 𝙜𝙯𝙞𝙥 files and folders 📦 Reduce your bundle and file sizes with lightning speed ⚡
Stars: ✭ 54 (+68.75%)
Mutual labels:  visual-studio-code, vscode-plugin
elint
A easy way to lint your code
Stars: ✭ 38 (+18.75%)
Mutual labels:  stylelint, linter
vscode-settings
vscode(Visual Studio Code) 相关设置、使用技巧等整理
Stars: ✭ 16 (-50%)
Mutual labels:  vscode-extension, vscode-plugin
EditorConfig-Action
🔎A GitHub Action to check, enforce & fix EditorConfig style violations
Stars: ✭ 40 (+25%)
Mutual labels:  stylelint, linter
Netlify
A VS Code extension that displays your Netlify build statuses and more!
Stars: ✭ 23 (-28.12%)
Mutual labels:  visual-studio-code, vscode-extension

vscode-stylelint-plus

Visual Studio Marketplace Version Visual Studio Marketplace Installs

A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint, support auto fix on save.

Fork from vscode-stylelint.

screenshot

Installation

  1. Execute Extensions: Install Extensions command from Command Palette.
  2. Type @sort:installs stylelint-plus into the search form and install the topmost one.

Read the extension installation guide for more details.

Optional (but recommended) setup

duplicate messages from both the built-in linter and vscode-stylelint-plus

To prevent both the editor built-in linters [css] [less] [scss] and this extension [stylelint] from reporting essentially the same errors like in the screenshot, disable the built-in ones in User or Workspace setting:

"css.validate": false,
"less.validate": false,
"scss.validate": false

Usage

Once a user follows the stylelint startup guide by creating a configuration file or by editing stylelint.* VSCode settings, stylelint automatically validates documents with these language identifiers:

UI to select a language identifier

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.autoFixOnSave

Type: boolean Default: false

Turns auto fix on save on or off.

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.

stylelint.useLocal

Type: Boolean Default: false

Use local version of stylelint.

stylelint.disableErrorMessage

Type: Boolean Default: true

Whether to turn off the display of error messages.

License

MIT License © 2019 - 2021 Hex

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].