2.1.0 • Published 4 years ago

@geekality/stylelint-config v2.1.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
4 years ago

@opf/stylelint-config

Installation

  1. Install:
npm install --save-dev stylelint @opf/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": "@opf/stylelint-config"
  }
}
  1. Add the following to .lintignore, adjusted as needed:
build/
2.1.0

4 years ago

2.0.2

4 years ago

2.0.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago