1.0.2 • Published 4 months ago

@hdnet/stylelint-config v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

HDNET stylelint-config

This packages defines the HDNET stylelint configuration through a shared config.

Getting started

  1. Make sure you setup node >= 14

  2. Install dependencies

$ npm i -D stylelint @hdnet/stylelint-config
  1. 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).