https://github.com/electerious/stylelint-config
stylelint configuration for my personal projects.
https://github.com/electerious/stylelint-config
Last synced: 5 months ago
JSON representation
stylelint configuration for my personal projects.
- Host: GitHub
- URL: https://github.com/electerious/stylelint-config
- Owner: electerious
- License: mit
- Created: 2021-09-16T17:45:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T15:42:54.000Z (over 1 year ago)
- Last Synced: 2025-03-26T08:22:39.911Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# stylelint configuration

Shareable stylelint configuration for my personal projects.
## Install
Install this package. It already includes stylelint and the necessary plugins.
```
npm install --save-dev @electerious/stylelint-config
```
## Usage
Create a file named `.stylelintrc.json` with following contents in the root folder of your project:
```json
{
"extends": "@electerious/stylelint-config"
}
```
That's it! You can override the settings by editing the `.stylelintrc.json` file.