https://github.com/iadvize/stylelint-config-library
iAdvize stylelint configs
https://github.com/iadvize/stylelint-config-library
Last synced: about 1 year ago
JSON representation
iAdvize stylelint configs
- Host: GitHub
- URL: https://github.com/iadvize/stylelint-config-library
- Owner: iadvize
- License: mit
- Created: 2020-02-18T12:17:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:58:31.000Z (over 3 years ago)
- Last Synced: 2025-03-02T03:58:04.567Z (over 1 year ago)
- Language: JavaScript
- Size: 425 KB
- Stars: 0
- Watchers: 19
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# @iadvize-oss/stylelint-config
## Install
Add this dependency to your repository and the stylelint peer-dependency :
```bash
npm add --save-dev @iadvize-oss/stylelint-config stylelint
```
## Usage
Create a `.stylelintrc` file in your project root with this content
```json
{
"extends": [
"@iadvize-oss/stylelint-config"
]
}
```