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
- Host: GitHub
- URL: https://github.com/digitallinguistics/stylelint-config
- Owner: digitallinguistics
- License: mit
- Created: 2022-04-20T01:33:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T18:09:48.000Z (12 months ago)
- Last Synced: 2025-01-28T17:24:04.501Z (3 months ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`