Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

F&T Stylelint Config


NPM

Test Status

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_