Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanv92/sharec-stylelint-config
sharec-stylelint-config
https://github.com/sanv92/sharec-stylelint-config
Last synced: about 2 months ago
JSON representation
sharec-stylelint-config
- Host: GitHub
- URL: https://github.com/sanv92/sharec-stylelint-config
- Owner: sanv92
- Created: 2020-06-22T23:19:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T23:22:39.000Z (over 4 years ago)
- Last Synced: 2024-09-27T04:28:32.047Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sharec Stylelint (stylelint.config.js) Config
Store Stylelint (stylelint.config.js) config in one place and share between projects without any pain.
With **sharec-stylelint-config** you can share Stylelint config across projects, keep your code up to date and start new projects in one command.
## Quick start
1. Create configuration project and init `npm` inside.
2. Install `sharec-stylelint-config` as dependency:```shell
npm i --save-dev @sanv/sharec-stylelint-config
```