Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstandthird/stylelint-config-firstandthird
Stylelint rules for First+Third frontend
https://github.com/firstandthird/stylelint-config-firstandthird
Last synced: 3 days ago
JSON representation
Stylelint rules for First+Third frontend
- Host: GitHub
- URL: https://github.com/firstandthird/stylelint-config-firstandthird
- Owner: firstandthird
- License: mit
- Created: 2020-09-25T15:07:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T13:31:10.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T07:55:30.754Z (13 days ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
F&T Stylelint Config
Stylelint rules for First+Third frontend.
## Installation
```sh
npm install stylelint-config-firstandthird
```_or_
```sh
yarn add stylelint-config-firstandthird
```## Usage
```json
// package.json
{
"devDependencies": {
"stylelint": "^13.10.0",
"stylelint-config-firstandthird": "^1.2.0"
},
"stylelint": {
"extends": "stylelint-config-firstandthird"
}
}
```## Extends:
- https://github.com/stylelint/stylelint-config-standard
---
_A [First + Third](https://firstandthird.com) Project_