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 4.0.0 to 4.1.0

8

index.js

@@ -28,4 +28,4 @@ module.exports = {

'dot-location': [2, 'property'],
'max-len': [2, 100],
'max-statements-per-line': 2,
'max-len': 0,
'max-statements-per-line': [2, { 'max': 2 }],
'newline-before-return': 0,

@@ -36,3 +36,3 @@ 'no-case-declarations': 2,

'no-eq-null': 2,
'no-extra-parens': 2,
'no-extra-parens': 0,
'no-implicit-globals': 2,

@@ -221,3 +221,3 @@ 'no-magic-numbers': 0,

'no-whitespace-before-property': 2,
'object-curly-newline': [2, { 'multiline': true }],
'object-curly-newline': 0,
'object-property-newline': [2, { 'allowMultiplePropertiesPerLine': true }],

@@ -224,0 +224,0 @@ 'one-var-declaration-per-line': 2,

{
"name": "eslint-config-zavatta",
"version": "4.0.0",
"version": "4.1.0",
"description": "An eslint config, designed to help you in dark times.",

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

Sorry, the diff of this file is not supported yet

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