@dialpad/stylelint-plugin-dialtone

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i @dialpad/stylelint-plugin-dialtone

Weekly Downloads

113

Version

1.0.2

License

MIT

Unpacked Size

11.9 kB

Total Files

14

Last publish

Collaborators

  • jadialpad
  • josedialpad
  • juliodialpad
  • hynes
  • dialpad-ryan
  • braddialpad