4.0.0 • Published 7 months ago

@electerious/stylelint-config v4.0.0

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

stylelint configuration

Build

Shareable stylelint configuration for my personal projects.

Install

Install this package. It already includes stylelint and the necessary plugins.

npm install --save-dev @electerious/stylelint-config

Usage

Create a file named .stylelintrc.json with following contents in the root folder of your project:

{
  "extends": "@electerious/stylelint-config"
}

That's it! You can override the settings by editing the .stylelintrc.json file.

4.0.0

7 months ago

3.1.0

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago