@hdnet/stylelint-config
v1.0.2
Published
HDNET stylelint-config
Downloads
31
Readme
HDNET stylelint-config
This packages defines the HDNET stylelint configuration through a shared config.
Getting started
Make sure you setup node >= 14
Install dependencies
$ npm i -D stylelint @hdnet/stylelint-config
- Create stylelint config (i.e.
stylelint.config.js
) and extend from @hdnet/stylelint-config:
module.exports = {
"extends": "@hdnet/stylelint-config"
}
Contribute
To setup current node version, you can use nvm (in this project a .nvmrc file is maintained).