Skip to content

Latest commit

 

History

History

stylelint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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']
}

Related