Skip to content

stylelint-config 0.2.1

Install from the command line:
Learn more about npm packages
$ npm install @tree-company/stylelint-config@0.2.1
Install via package.json:
"@tree-company/stylelint-config": "0.2.1"

About this version

@tree-company/stylelint-config

How to install

Install using yarn add -D @tree-company/stylelint-config stylelint prettier.

How to use

You can add our base stylelint config in the following way:

// stylelint.config.js
module.exports = {
  extends: ["@tree-company/stylelint-config"],
};

If you work with scss:

// stylelint.config.js
module.exports = {
  extends: ["@tree-company/stylelint-config/scss"],
};

Versioning

We try to follow semantic versioning, with one major exception: This package's version is tied to the version of @tree-company/eslint-config. They will always be upgraded in unison, use the biggest upgrade required from either package.

Details


Assets

  • stylelint-config-0.2.1.tgz

Download activity

  • Total downloads 2,612
  • Last 30 days 0
  • Last week 0
  • Today 0