0.8.2 • Published 6 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

0.8.0

7 months ago

0.7.1

10 months ago

0.8.2

6 months ago

0.7.0

10 months ago

0.6.0

10 months ago

0.5.8

1 year ago

0.5.7

1 year ago

0.5.9

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.6

1 year ago

0.5.5

1 year ago

0.5.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago