2.1.2 • Published 9 months ago

@nharox/astro-stylelint-config v2.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@nharox/astro-stylelint-config

Shared Stylelint config for Astro projects.

Installation

  1. Install package as a dev dependency:
npm install --save-dev @nharox/astro-stylelint-config
  1. Update package.json:
{
  // ...
  "stylelint": {
    "extends": "@nharox/astro-stylelint-config"
  }
}
  1. Add the following script in your package.json:
{
  // ...
  "scripts": {
    // ...
    "stylelint": "stylelint --fix \"src/**/*.{astro,css}\""
  }
}
  1. Update settings of VS Code:
{
  // ...
  "stylelint.validate": ["astro", "css", "postcss"]
}

Stylelint Configs

1.4.1

11 months ago

1.4.0

11 months ago

1.3.0

12 months ago

2.1.2

9 months ago

2.1.1

10 months ago

2.1.0

10 months ago

2.0.0

10 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago