Vincent1993 / stylelint-config-standard

Sharable stylelint config extends stylelint-config-sass-guidelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stylelint-config-standard

Sharable stylelint config extends stylelint-config-sass-guidelines

Version License

Installation

npm install @toojs/stylelint-config-standard --save-dev
// or
yarn add @toojs/stylelint-config-standard -D

Extending the config

{
  "extends": " @toojs/stylelint-config-standard",
  "rules": {
    // your rules
  }
}

License

This project is licensed under the terms of the MIT license. See the LICENSE file.

About

Sharable stylelint config extends stylelint-config-sass-guidelines

License:MIT License


Languages

Language:JavaScript 100.0%