0.8.2 • Published 2 years ago

@xip-online-applications/stylelint-config v0.8.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Stylelint Config

Usage

Install

npm i -D stylelint @xip-online-applications/stylelint-config

Add config

Add the config to your package.json. Alternatively you can make a separate config file.

{
  // ...
  "stylelint": {
    "extends": "@xip-online-applications/stylelint-config"
  }
}

Add script

{
  // ...
  "scripts": {
    // ...
    "lint:style": "stylelint 'YOUR_SOURCE_FOLDER/**/*.{css,scss}'"
    // ...
  }
}

Prettier

This config uses Stylelint Prettier to not conflict with Prettier's config, so make sure you install XIPs Prettier config as well.

0.8.1

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.8.2

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.9

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago