JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 444
  • Score
    100M100P100Q101346F
  • License Apache-2.0

Garden stylelint config

Package Exports

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

Garden stylelint Config npm version Build Status Dependency Status

🌱 Garden is a design system for Zendesk

This package exposes a shareable stylelint config.

Installation

npm install --save-dev stylelint stylelint-order @zendeskgarden/stylelint-config

Usage

Add a .stylelintrc to your project with an extends property like this:

{
  "extends": "@zendeskgarden/stylelint-config"
}

Now the Zendesk Garden rules will apply to your project. See the stylelint Documentation for more details on extending shareable configuration files.

Contribution

Thanks for your interest in Garden! Community involvement helps make our design system fresh and tasty for everyone.

Got issues with what you find here? Please feel free to create an issue.

If you'd like to take a crack at making some changes, please follow our contributing documentation for details needed to submit a PR.

Community behavior is benevolently ruled by a code of conduct. Please participate accordingly.

License

Copyright 2021 Zendesk

Licensed under the Apache License, Version 2.0