vscode-stylelintA Visual Studio Code extension to lint CSS/SCSS/Less with stylelint Installation
See the extension installation guide for details. UsageEnable the linter in the VS Code settings, while disabling the built-in CSS and SCSS linter:
ConfigurationsIn addition to the VS Code settings mentioned below, you can set the config by adding stylelint configuration files to the workspace directory. stylelint.enableType: Control whether stylelint is enabled for CSS/SCSS/Less files or not. stylelint.configOverridesType: Will be directly passed to stylelint.configType: Will be directly passed to LicenseCopyright (c) 2015 - 2017 Shinnosuke Watanabe Licensed under the MIT License. |