3.2.0 • Published 1 year ago

@veriff/stylelint-config v3.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

stylelint-config

This package includes a Stylelint configurations that enforce code style rules and best practices for stylesheets. It also requires following 4-point grid and enforces using variables for colors.

Usage

At first, install stylelint and the package:

npm i stylelint @veriff/stylelint-config

To apply the configuration you need to add create a .stylelintrc.json file in the root with the following contents:

{
  "extends": [
    "@veriff/stylelint-config"
  ]
}