0.4.2 • Published 7 days ago

@tree-company/stylelint-config v0.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days ago

@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

Except for patch versions, all packages in from @tree-company/linting-config are released at the same time, with the same version.