Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prestashop/stylelint-config
Default stylelint configuration used by Prestashop
https://github.com/prestashop/stylelint-config
configuration hacktoberfest stylelint
Last synced: 1 day ago
JSON representation
Default stylelint configuration used by Prestashop
- Host: GitHub
- URL: https://github.com/prestashop/stylelint-config
- Owner: PrestaShop
- Created: 2019-12-04T13:18:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T10:15:50.000Z (8 months ago)
- Last Synced: 2025-01-29T21:22:46.573Z (7 days ago)
- Topics: configuration, hacktoberfest, stylelint
- Language: JavaScript
- Homepage:
- Size: 444 KB
- Stars: 3
- Watchers: 9
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stylelint-config-prestashop [![npm version](https://img.shields.io/npm/v/stylelint-config-prestashop.svg)]
Default stylelint config used by Prestashop.## Installation
```bash
npm install stylelint-config-prestashop --save-dev
```## Usage
Extend it in your configuration:
```json
{
"extends": "stylelint-config-prestashop"
}
```