Package Exports
- @unique-code/stylelint-config
- @unique-code/stylelint-config/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@unique-code/stylelint-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Strict stylelint config
Shareable strict config for Stylelint supporting SASS/SCSS
Install
npm install stylelint @unique-code/stylelint-config --save-dev
# or
yarn add stylelint @unique-code/stylelint-config --dev
Usage
Set your stylelint config to:
{
"extends": "@unique-code/stylelint-config"
}