@dan-nz/stylelint-config
v1.0.1
Published
Shareable stylelint config
Downloads
14
Readme
stylelint-config
This package includes the shareable stylelint configuration used by Digital Arts Network New Zealand.
Installation
npm i --save-dev stylelint @dan-nz/stylelint-config
Usage
Create an .stylelintrc.js
file with the following contents:
module.exports = {
'extends': ['@dan-nz/stylelint-config']
}