1.0.0 • Published 5 years ago

@blueberrypie/stylelint-config v1.0.0

Weekly downloads
65
License
MIT
Repository
github
Last release
5 years ago

@blueberrypie/stylelint-config

Installation

  1. Install:
npm install --save-dev stylelint @blueberrypie/stylelint-config
  1. Add the following to package.json:
{
  "scripts": {
    "fix:styles": "stylelint \"**/*.css\" --ignore-path .lintignore --cache --fix",
    "lint:styles": "stylelint \"**/*.css\" --ignore-path .lintignore --max-warnings 0 --cache"
  },
  "stylelint": {
    "extends": "@blueberrypie/stylelint-config"
  }
}
  1. Add the following to .lintignore, adjusted as needed:
build/