@antipodes-medical/stylelint-config-antipodes

2.3.3 • Public • Published

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
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @antipodes-medical/stylelint-config-antipodes

Weekly Downloads

88

Version

2.3.3

License

none

Unpacked Size

9.16 kB

Total Files

3

Last publish

Collaborators

  • antipodes-m