stylelint-config-alexguerrero

0.1.0 • Public • Published

stylelint-config-alexguerrero

stylelint rules according to Alex Guerrero's personal preference

These are the stylelint rules I use in my own projects. They are completely opinionated but they can serve as inspiration or as a starter point.

Installation

Install the configuration by running:

$ npm install --save-dev stylelint stylelint-config-alexguerrero

Usage

Once the stylelint-config-alexguerrero package is installed, you can use it by specifying alexguerrero in the extends section of your stylelint configuration.

{
  "extends": "alexguerrero",
  "rules": {
    // Add here the rules you want to overwrite this config's defaults
  }
}

License

Unlicense

Readme

Keywords

none

Package Sidebar

Install

npm i stylelint-config-alexguerrero

Weekly Downloads

0

Version

0.1.0

License

Unlicense

Last publish

Collaborators

  • alexguerrero