JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1595511
  • Score
    100M100P100Q206224F
  • License MIT

Standard shareable SCSS config for stylelint

Package Exports

  • stylelint-config-standard-scss

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 (stylelint-config-standard-scss) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

stylelint-config-standard-scss

NPM version Build Status

Extends stylelint-config-standard, enables stylelint-scss plugin.

Use it as is or as a foundation for your own config.

Installation

npm install --save-dev stylelint stylelint-scss stylelint-config-standard-scss

Usage

Configure stylelint with this config.

{
  "extends": "stylelint-config-standard-scss"
}

Changelog

License