@blueberrypie/stylelint-config

1.0.0 • Public • Published

@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/

Readme

Keywords

none

Package Sidebar

Install

npm i @blueberrypie/stylelint-config

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.58 kB

Total Files

3

Last publish

Collaborators

  • theknarf