1.0.0 • Published 2 years ago

@uspect/stylelint-config v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@uspect/stylelint-config

Common Stylelint configuration for Uspect projects

Usage

  1. Install from npm or yarn
npm i --save-dev @uspect/stylelint-config
yarn add @uspect/stylelint-config -D
  1. Create stylelint.config.js at project root
{
  "extends": ["@uspect/stylelint-config"]
}

More information about available at stylelint documentation