1.5.5 • Published 5 months ago
@jpapini/stylelint-config v1.5.5
Stylelint configuration
Custom Stylelint configuration for Tailwind CSS projects.
How to use
- Install the package and its required peer dependencies:
pnpm add -D @jpapini/stylelint-config stylelint- Edit your
package.jsonfile to include the following:
{
"scripts": {
"lint:stylelint": "stylelint --cache --cache-location node_modules/.cache/stylelint/.stylelintcache --allow-empty-input '**/*.css'",
"format:stylelint": "stylelint --cache --cache-location node_modules/.cache/stylelint/.stylelintcache --allow-empty-input --fix '**/*.css'"
},
"stylelint": {
"extends": "@jpapini/stylelint-config"
}
}- Add a
.stylelintignorefile with the following content:
### Jetbrains IDEs ###
.idea
### Visual Studio Code ###
.vscode
### Dependencies ###
node_modules
.pnpm-store
### Cache ###
.turbo
### Compiled outputs ###
dist
generated
### Tests ###
coverage
### Temporary ###
oldAuthor
- Julien Papini julien.papini@gmail.com
1.2.0
11 months ago
1.5.5
5 months ago
1.1.9
11 months ago
1.5.4
5 months ago
1.1.8
12 months ago
1.5.3
7 months ago
1.5.2
7 months ago
1.5.1
8 months ago
1.5.0
9 months ago
1.2.3
10 months ago
1.4.0
9 months ago
1.2.2
11 months ago
1.3.0
10 months ago
1.2.1
11 months ago
1.1.7
1 year ago
1.1.6
1 year ago
1.1.5
1 year ago
1.1.4
1 year ago
1.1.3
1 year ago
1.1.2
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago