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.3.0 to 4.4.0

yarn.lock

25

index.js

@@ -232,4 +232,27 @@ module.exports = {

'unicode-bom': 2,
'yield-star-spacing': [2, 'after']
'yield-star-spacing': [2, 'after'],
'capitalized-comments': 0,
'func-call-spacing': [2, 'never'],
'line-comment-position': 0,
'no-await-in-loop': 0,
'no-global-assign': 2,
'no-restricted-properties': 0,
'no-template-curly-in-string': 0,
'class-methods-use-this': 2,
'lines-around-directive': 0,
'no-multi-assign': 2,
'no-unsafe-negation': 2,
'nonblock-statement-body-position': 0,
'prefer-numeric-literals': 0,
'require-await': 2,
'symbol-description': 0,
'func-name-matching': 0,
'no-compare-neg-zero': 2,
'no-useless-return': 2,
'prefer-promise-reject-errors': 0,
'template-tag-spacing': [2, 'never'],
'no-return-await': 2,
'prefer-destructuring': 0,
'sort-keys': 0,
}
}

4

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

@@ -12,3 +12,3 @@ "main": "index.js",

"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-eslint": "^7.2.3",
"eslint": "^3.2.2",

@@ -15,0 +15,0 @@ "eslint-find-rules": "^1.13.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