Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dipcode-software/stylelint-config-dipcode

Shareable stylelint config for CSS and SCSS, following Dipcode code style.
https://github.com/dipcode-software/stylelint-config-dipcode

stylelint stylelint-config

Last synced: about 1 month ago
JSON representation

Shareable stylelint config for CSS and SCSS, following Dipcode code style.

Awesome Lists containing this project

README

        

# Dipcode Stylelint config

> Shareable Stylelint config for CSS and SCSS, following Dipcode code style.

- [Usage](#usage)
- [Links](#links)

## Usage

Our default export contains all of our Stylelint rules, along with specific plugins for SCSS syntax.

1. Run `npm install stylelint @dipcode/stylelint-config --save-dev`
2. Add `"extends": "@dipcode/stylelint-config"` to your `.stylelintrc`

## Links

- [Stylelint](https://stylelint.io/)
- [stylelint-config-standard-scss](https://www.npmjs.com/package/stylelint-config-standard-scss)
- [stylelint-config-prettier-scss](https://www.npmjs.com/package/stylelint-config-prettier-scss)
- [stylelint-order](https://www.npmjs.com/package/stylelint-order)
- [stylelint-declaration-strict-value](https://www.npmjs.com/package/stylelint-declaration-strict-value)