stylelint-config-vaadin

Stylelint shareable config for the Vaadin CSS coding style

Usage no npm install needed!

<script type="module">
  import stylelintConfigVaadin from 'https://cdn.skypack.dev/stylelint-config-vaadin';
</script>

README

stylelint-config-vaadin

Stylelint shareable config for the Vaadin CSS style guide

Installation

$ npm install --save-dev stylelint-config-vaadin

or

$ yarn add --dev stylelint-config-vaadin

Usage

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...
  }
}

License

Apache License 2.0