0.6.22 • Published 4 years ago

@lwce/stylelint-config-experience-cloud v0.6.22

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
4 years ago

@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

0.6.21

4 years ago

0.6.22

4 years ago

0.6.20

4 years ago

0.6.19

4 years ago

0.6.18

4 years ago

0.6.17

4 years ago

0.6.16

4 years ago

0.6.15

4 years ago

0.6.14

4 years ago

0.6.13

4 years ago

0.6.12

4 years ago

0.6.11

4 years ago

0.6.10

4 years ago

0.6.5

4 years ago