Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dipcode-software/stylelint-config-dipcode
- Owner: dipcode-software
- License: mit
- Created: 2024-01-15T12:26:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T05:02:22.000Z (9 months ago)
- Last Synced: 2024-04-23T21:28:46.162Z (8 months ago)
- Topics: stylelint, stylelint-config
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@dipcode/stylelint-config
- Size: 130 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)