stylelint-config-art
v1.1.5
Published
StyleLint Configuration for Articulate MarkOps
Downloads
72
Maintainers
Readme
Articulate MarkOps Shared StyleLint config
Installation
Add this line to your app's package.json:
yarn add --dev stylelint stylelint-config-art
or
npm install --save-dev stylelint stylelint-config-art
stylelint-config-art
comes packaged with:
stylelint-config-prettier-scss
stylelint-config-standard-scss
Usage
Copy the following code snippet into a stylelint-config.js
in your app's root directory:
module.exports = {
extends: 'stylelint-config-art',
}
Release Instructions
Update the
version
number in package.jsonRun:
$ npm publish --access=public
- git push, git paid