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

https://github.com/digitallinguistics/stylelint-config

Stylelint config for DLx projects
https://github.com/digitallinguistics/stylelint-config

Last synced: about 1 month ago
JSON representation

Stylelint config for DLx projects

Awesome Lists containing this project

README

        

# stylelint-config

Stylelint config for DLx projects

## How to use

Add `.stylelintrc.yml` to the project root with the following content:

```yml
extends:
- '@digitallinguistics/stylelint-config'
```

## Releases

1. Increment the version number.
2. `npm publish`