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 2.0.3 to 3.0.0

6

index.js

@@ -44,3 +44,3 @@ module.exports = {

'no-else-return': 2,
'no-empty-label': 2,
'no-labels': 2,
'no-eval': 2,

@@ -153,4 +153,3 @@ 'no-extend-native': 2,

'sort-vars': 0,
'space-after-keywords': [2, 'always'],
'space-before-keywords': [2, 'always'],
'keyword-spacing': [2, { 'before': true, 'after': true }],
'space-before-blocks': [2, 'always'],

@@ -160,3 +159,2 @@ 'space-before-function-paren': [2, 'always'],

'space-infix-ops': 2,
'space-return-throw-case': 2,
'space-unary-ops': [2, { 'words': true, 'nonwords': false }],

@@ -163,0 +161,0 @@ 'spaced-comment': [2, 'always'],

{
"name": "eslint-config-zavatta",
"version": "2.0.3",
"version": "3.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