@kickstartds/stylelint-config
v2.2.0
Published
kickstartDS Stylelint config
Downloads
53
Readme
kickstartDS Stylelint config
kickstartDS is an Open Source Design System starter and UI toolkit for building up your very own Design System. This in turn enables you, and your team, to build brand-compliant websites and apps super efficiently. All while using core web technologies — HTML, CSS, and JavaScript — and best practices.
Learn more at https://www.kickstartDS.com or in our docs at https://www.kickstartDS.com/docs.
We also have an overview over all packages available here: https://www.kickstartds.com/docs/intro/packages
Or see some background about component modules specifically: https://www.kickstartds.com/docs/foundations/modules
See CHANGELOG.md
for version history!
Installation
npm install --save-dev stylelint postcss postcss-scss @kickstartds/stylelint-config
or
yarn add --dev stylelint postcss postcss-scss @kickstartds/stylelint-config
Usage
Create a .stylelintrc.js
config file:
module.exports = {
extends: "@kickstartds/stylelint-config",
};
Add a script to your package.json
to run stylelint:
{
"scripts": {
"stylelint": "stylelint \"**/*.scss\""
}
}
Contributing
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as below, without any additional terms or conditions.
License
© Copyright 2022 Jonas Ulrich, kickstartDS by ruhmesmeile GmbH [[email protected]].
This project is licensed under either of
at your option.
The SPDX license identifier for this project is MIT OR Apache-2.0
.