2.0.0 • Published 9 months ago
@1password/stylelint-config v2.0.0
@1password/stylelint
Shared stylelint configuration
Installation
pnpm add --save-dev @1password/stylelint-config stylelint@16.2.1 stylelint-config-standard@36.0.1
npm install --save-dev @1password/stylelint-config stylelint@16.2.1 stylelint-config-standard@36.0.1
yarn add --dev @1password/stylelint-config stylelint@16.2.1 stylelint-config-standard@36.0.1
Usage
For projects using CSS only:
Add to your package.json
file:
"stylelint": {
"extends": "@1password/stylelint-config"
}
For projects using SCSS:
First, install the additional peer dependencies:
pnpm add --save-dev postcss-scss stylelint-scss
npm install --save-dev postcss-scss stylelint-scss
```bash
yarn add --dev postcss-scss stylelint-scss
Add to your package.json
file:
"stylelint": {
"extends": "@1password/stylelint-config/scss"
}
IDE Extensions
You should also install the related IDE extensions so you can see issues (and sometimes get them auto-fixed) as you code.
2.0.0-test.1
9 months ago
2.0.0-test.2
9 months ago
2.0.0
9 months ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.2-test.1
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
1.0.0-test.1
2 years ago