Skip to content

vaadin/stylelint-config-vaadin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Stylelint shareable config for the Vaadin CSS coding style

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors