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

eslint-config-vaadin

Package Overview
Dependencies
Maintainers
8
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-vaadin - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

4

index.js

@@ -27,3 +27,3 @@ /**

'no-cond-assign': 0, // eslint:recommended
'no-console': ['error', {allow: ['warn', 'error', 'info']}], // eslint:recommended
'no-console': ['error', {allow: ['warn', 'error', 'info', 'table']}], // eslint:recommended
'no-constant-condition': 2, // eslint:recommended

@@ -221,3 +221,3 @@ 'no-control-regex': 2, // eslint:recommended

// 'no-ternary': 0,
// 'no-trailing-spaces': 0,
'no-trailing-spaces': 2,
// 'no-underscore-dangle': 0,

@@ -224,0 +224,0 @@ // 'no-unneeded-ternary': 0,

{
"name": "eslint-config-vaadin",
"version": "0.2.5",
"version": "0.2.6",
"description": "ESLint shareable config for the Vaadin JavaScript coding style",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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