stylelint-config 0.4.3
Install from the command line:
Learn more about npm packages
$ npm install @tree-company/stylelint-config@0.4.3
Install via package.json:
"@tree-company/stylelint-config": "0.4.3"
About this version
Install using yarn add -D @tree-company/stylelint-config stylelint prettier
.
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"],
};
Except for patch versions, all packages in from @tree-company/linting-config are released at the same time, with the same version.