Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-config-vaadin

Package Overview
Dependencies
Maintainers
21
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-vaadin - npm Package Compare versions

Comparing version 0.2.10 to 0.3.0

13

index.js
"use strict";
module.exports = {
"processors": [
[
"stylelint-processor-styled-components",
{
"moduleName": "lit-element",
"importName": "css",
"strict": true
}
]
],
"extends": [
"stylelint-config-styled-components"
],
"rules": {

@@ -18,0 +5,0 @@ "at-rule-name-case": "lower",

8

package.json
{
"name": "stylelint-config-vaadin",
"version": "0.2.10",
"version": "0.3.0",
"description": "Stylelint shareable config for the Vaadin CSS coding style",

@@ -10,9 +10,5 @@ "license": "Apache-2.0",

],
"dependencies": {
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.9.0"
},
"peerDependencies": {
"stylelint": ">= 12"
"stylelint": ">= 14"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc