Socket
Book a DemoInstallSign in
Socket

@lwce/stylelint-config-experience-cloud

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwce/stylelint-config-experience-cloud

Style Linting Tool

latest
npmnpm
Version
0.6.22
Version published
Maintainers
6
Created
Source

@lwce/stylelint-config-experience-cloud

This package will export Default Recommended Rules suggested by stylelint & also Custom Rules / Plugins.

Currently we only have a single Plugin which is Linting Colors lwce/color-no-static-values. i.e. Our CSS files should not have any Fixed Colors, all the colors should be used via variables.

Usage

While consuming we can create a .stylelintrc.json file in the consumer package and add following lines.

{
    "extends":"@lwce/stylelint-config-experience-cloud",
    "defaultSeverity": "warning"
}

For more information please check Stylelint documenation

Keywords

lwce-style-lint

FAQs

Package last updated on 14 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts