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

eslint-config-vaadin

Package Overview
Dependencies
Maintainers
7
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.1.0 to 0.2.0

37

index.js

@@ -184,3 +184,3 @@ /**

// 'id-match': 0,
'indent': [2, 2, { "SwitchCase": 1 }],
'indent': [2, 2, {'SwitchCase': 1}],
// 'jsx-quotes': 0,

@@ -248,3 +248,38 @@ 'key-spacing': 2,

// 'wrap-regex': 0,
// ECMAScript 6
// http://eslint.org/docs/rules/#ecmascript-6
// ----------------------------------------------
// 'arrow-body-style': 0,
// 'arrow-parens': 0,
'arrow-spacing': 2,
'constructor-super': 2,
// 'generator-star-spacing': 0,
// 'no-class-assign': 0,
'no-confusing-arrow': 2,
'no-const-assign': 2,
'no-dupe-class-members': 2,
'no-duplicate-imports': 2,
// 'no-new-symbol': 0,
// 'no-restricted-imports': 0,
'no-this-before-super': 2,
'no-useless-computed-key': 2,
'no-useless-constructor': 2,
'no-useless-rename': 2,
// 'no-var': 0,
// 'object-shorthand': 0,
// 'prefer-arrow-callback': 0,
'prefer-const': 2,
// 'prefer-destructuring': 0,
// 'prefer-numeric-literals': 0,
// 'prefer-rest-params': 0,
// 'prefer-spread': 0,
// 'prefer-template': 0,
// 'require-yield': 0,
'rest-spread-spacing': 2,
// 'sort-imports': 0,
// 'symbol-description': 0,
'template-curly-spacing': 2,
// 'yield-star-spacing': 0,
},
};

2

package.json
{
"name": "eslint-config-vaadin",
"version": "0.1.0",
"version": "0.2.0",
"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