Stylelint shareable config for the Vaadin CSS style guide
$ npm install --save-dev stylelint-config-vaadin
or
$ yarn add --dev stylelint-config-vaadin
Once the stylelint-config-vaadin
package is installed, you can use it by specifying stylelint-config-vaadin
in the extends
section of your stylelint configuration.
{
"extends": "stylelint-config-vaadin",
"rules": {
// Additional, per-project rules...
}
}
Apache License 2.0