2.3.3 • Published 4 months ago

@antipodes-medical/stylelint-config-antipodes v2.3.3

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Installation

yarn add @antipodes-medical/stylelint-config-antipodes -D

Usage

.stylelintrc.json

{
  "extends": "@antipodes-medical/stylelint-config-antipodes"
}

package.json

{
  "scripts": {
    "stylelint": "./node_modules/.bin/stylelint '**/*.scss'",
    "stylelint:fix": "./node_modules/.bin/stylelint '**/*.scss' --fix"
  }
}

Extending the config

Simply add a "rules" key to your config, then add your overrides and additions there.

For example, to turn off the scss/at-if-no-null rule:

{
  "extends": "@antipodes-medical/stylelint-config-antipodes",
  "rules": {
    "scss/at-if-no-null": null
  }
}
2.3.3

4 months ago

2.3.0

2 years ago

2.2.0

2 years ago

2.3.1

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.3.0

2 years ago

2.1.1

2 years ago

2.0.1

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago