@littlemissrobot/stylelint-config
v3.0.12
Published
Little Miss Robot default stylelint configuration and rules
Downloads
136
Maintainers
Readme
Little Miss Robot - Stylelint configuration (DEV)
This repository contains our default stylelint configuration and approach.
Setup
- Install the dependencies:
npm install
- Test out the linter:
npm run lint
Scripts
| Command | Description |
| -------------- | ------------------------------------------------- |
| npm run lint
| Use stylelint to test out the configured linters. |
Structure
| Folder | Description |
| --------------------- | ------------------------------------------------------------------------------------------------------------------- |
| linters
| Contains js configuration files for each linter category. |
| tests
| Testing folder during development of the package, should never be published. |
| stylelint.config.js
| Stylelint configuration used to test the tests
folder. This file should include the linters defined in linters
. |