Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiradus/stylelint-config-thiradus
The Stylelint Configuration used for Linting Thiradus' CSS.
https://github.com/thiradus/stylelint-config-thiradus
stylelint stylelint-config
Last synced: 15 days ago
JSON representation
The Stylelint Configuration used for Linting Thiradus' CSS.
- Host: GitHub
- URL: https://github.com/thiradus/stylelint-config-thiradus
- Owner: Thiradus
- License: mit
- Created: 2022-03-30T01:57:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T02:18:07.000Z (over 2 years ago)
- Last Synced: 2024-04-26T14:05:33.541Z (8 months ago)
- Topics: stylelint, stylelint-config
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/stylelint-config-thiradus
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Thiradus Dark Banner](https://raw.githubusercontent.com/Thiradus/Branding/master/Graphics/Banner/Banner-Dark.png)](https://thiradus.com/)
Thiradus Stylelint Config
## Overview
The Stylelint Configuration used for Linting Thiradus' CSS projects.
## Installation
##### 1. Add the configuration as a dependency.
```Bash
npm install --save-dev stylelint stylelint-config-thiradus
```##### 2. Add the following to your `.stylelintrc.json`.
```JSON
{
"extends": "stylelint-config-thiradus"
}```
## License
This repository is licensed under the [MIT](./LICENSE.md) License © 2015-2022 [Thiradus](https://github.com/Thiradus/)