0.1.1 • Published 5 years ago

stylelint-config-standardpress v0.1.1

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

stylelint-config-standardpress

npm version travis-ci build status appveyor build status

stylelint shareable config by StandardPress.

Installation

install-peerdeps

Install with install-peerdeps:

npx install-peerdeps --dev stylelint-config-standardpress

npm

Install with npm:

npm install --save-dev stylelint-config-standardpress

Next, install the correct versions of each package, which are listed by the command:

npm info "stylelint-config-standardpress@latest" peerDependencies

Usage

CSS

Extend stylelint config with stylelint-config-standardpress/css.

{
  "extends": "stylelint-config-standardpress/css"
}

Sass

Extend stylelint config with stylelint-config-standardpress/scss.

{
  "extends": "stylelint-config-standardpress/scss"
}

License

stylelint-config-standardpress is released under the MIT license. See LICENSE for details.