https://github.com/godaddy-wordpress/stylelint-config
A repository for CSS and Sass linting rules that have been derived from best practices.
https://github.com/godaddy-wordpress/stylelint-config
Last synced: about 1 year ago
JSON representation
A repository for CSS and Sass linting rules that have been derived from best practices.
- Host: GitHub
- URL: https://github.com/godaddy-wordpress/stylelint-config
- Owner: godaddy-wordpress
- Created: 2020-11-24T17:58:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T17:50:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T22:32:22.295Z (over 1 year ago)
- Language: JavaScript
- Size: 287 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# stylelint-config
A repository for CSS and Sass linting rules that have been derived from best practices.
## The rules `index.js` file
The rules for our style linting are defined in `index.js`.
## Installation
```
npm i --save-dev stylelint @godaddy-wordpress/stylelint-config
```
## Usage
Create a `.stylelintrc` file in the root of your project and extend the config file:
``` json
{
"extends": "@godaddy-wordpress/stylelint-config"
}
```