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

eslint-config-vast

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-vast - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

7

index.js

@@ -25,2 +25,4 @@ 'use strict';

'class-methods-use-this': 2,
curly: 2,
'dot-notation': 2,
eqeqeq: 2,

@@ -73,6 +75,5 @@ 'guard-for-in': 2,

'consistent-this': 2,
curly: 2,
'dot-notation': 2,
'eol-last': 2,
indent: [2, 4, { SwitchCase: 1 }],
'eol-last': 2,
'jsx-quotes': 2,
'key-spacing': 2,

@@ -79,0 +80,0 @@ 'keyword-spacing': 2,

{
"name": "eslint-config-vast",
"version": "1.6.2",
"version": "1.6.3",
"description": "ESLint shareable config for Vast's JavaScript coding standards",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -45,5 +45,2 @@ # eslint-config-vast

"GLOBAL2": false
},
"rules": {
// Your overrides...
}

@@ -50,0 +47,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