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

eslint-config-zavatta

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-zavatta - npm Package Compare versions

Comparing version 1.1.7 to 2.0.0

10

index.js

@@ -1,3 +0,1 @@

'use strict';
module.exports = {

@@ -85,3 +83,3 @@

'yoda': 2,
'strict': [2, 'global'],
'strict': [2, 'never'],
'init-declarations': [0, 'never'],

@@ -153,3 +151,3 @@ 'no-catch-shadow': 2,

'semi-spacing': [2, { 'before': false, 'after': true }],
'semi': [2, 'always'],
'semi': [2, 'never'],
'sort-vars': 0,

@@ -166,3 +164,3 @@ 'space-after-keywords': [2, 'always'],

'wrap-regex': 2,
'arrow-parens': [2, 'as-needed'],
'arrow-parens': 0,
'arrow-spacing': [2, { 'before': true, 'after': true }],

@@ -186,2 +184,2 @@ 'constructor-super': 2,

};
}

2

package.json
{
"name": "eslint-config-zavatta",
"version": "1.1.7",
"version": "2.0.0",
"description": "An eslint config, designed to help you in dark times.",

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

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