🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

stylelint-config-vaadin

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-vaadin

Stylelint shareable config for the Vaadin CSS coding style

1.0.0-alpha.2
latest
Source
npm
Version published
Weekly downloads
9.8K
32.3%
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

stylelint

FAQs

Package last updated on 14 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts