@veriff/stylelint-config

3.3.1 • Public • Published

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"
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @veriff/stylelint-config

Weekly Downloads

15

Version

3.3.1

License

MIT

Unpacked Size

2.46 kB

Total Files

3

Last publish

Collaborators

  • hosseinamdveriff
  • ingmarliibert-veriff
  • mrholiday
  • kevingulj
  • janari_v
  • maksim.k.veriff
  • luis.barragan
  • madisp.veriff
  • fu-npmjs-cci