JSPM

@unique-code/stylelint-config

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q25210F
  • License MIT

Shareable strict config for Stylelint supporting SASS/SCSS

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

NPM version

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"
}