Shared Stylelint config for projects at Ideas On Purpose. Using this reduces redundant code in package.json and keeps coding preferences in sync across projects.
Install this package:
npm install --save-dev @ideasonpurpose/stylelint-config
Then add this stylelint
key to the project's package.json file:
"stylelint": {
"extends": "@ideasonpurpose/stylelint-config"
}
- WordPress Build Tools
- Prettier Config
- Stylelint Config
- Docker-based Development Environment for WordPress
This project is actively developed and used in production at Ideas On Purpose.