Socket
Book a DemoInstallSign in
Socket

@veriff/stylelint-config

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veriff/stylelint-config

Shared stylelint configuration.

latest
npmnpm
Version
3.3.1
Version published
Maintainers
0
Created
Source

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

FAQs

Package last updated on 26 Sep 2024

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