Skip to content

hugomods/stylelint-config

Repository files navigation

HugoMods Stylelint Config

License Version Downloads

Installation

npm i -D @hugomods/stylelint-config

Scripts

{
  "scripts": {
    "lint:style": "stylelint \"**/*.scss\"",
    "lint:style:fix": "stylelint \"**/*.scss\" --fix"
  }
}