JSPM

@wdns/stylelint-config-wdns

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q32277F
  • License ISC

Custom shareable SCSS config for Stylelint

Package Exports

  • @wdns/stylelint-config-wdns
  • @wdns/stylelint-config-wdns/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 (@wdns/stylelint-config-wdns) 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-wdns

Installation

pnpm add -D @wdns/stylelint-config-wdns

Usage

Set your stylelint config to:

{
  "extends": ["@wdns/stylelint-config-wdns"]
}

Extending the config

Simply add a "rules" key to your config, then add your overrides and additions there.

{
  "extends": ["@wdns/stylelint-config-wdns"],
  "rules": {
    
  }
}

Dependencies

Stylelint
@stylistic/stylelint-plugin
stylelint-config-recommended-scss
stylelint-config-standard
stylelint-order
stylelint-scss

Change Log

CHANGELOG

License

Copyright (c) 2023 WebDevNerdStuff
Licensed under the MIT license.