Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

stylelint-plugin-dialtone

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-plugin-dialtone

dialtone stylelint plugin

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

stylelint-plugin-dialtone

Dialtone StyleLint plugin containing rules to help developers maintain dialtone recommended practices for CSS.

Installation

You'll first need to install stylelint into your project:

npm install -D stylelint

Next, install @dialpad/stylelint-plugin-dialtone:

npm install -D @dialpad/stylelint-plugin-dialtone

Usage

Add @dialpad/stylelint-plugin-dialtone to the plugins array in your stylelint.config file.

{
  "plugins": ["@dialpad/stylelint-plugin-dialtone"],
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "@dialpad/stylelint-plugin-dialtone/no-mixins": true
  }
}

Keywords

Dialpad

FAQs

Package last updated on 07 Mar 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