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

eslint-config-mzgol

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mzgol - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

eslint-config-mzgol.js

@@ -145,3 +145,2 @@ 'use strict';

'key-spacing': 2,
// Re-enable when commented out lines * ESLint pragmas work; was:

@@ -198,3 +197,4 @@ // [2, {beforeBlockComment: true, beforeLineComment: true, allowBlockStart: true}],

'generator-star-spacing': [2, {before: true, after: false}],
'no-arrow-condition': 2,
// Arrow returning a ternary is disallowed; wrapping in braces doesn't help.
'no-arrow-condition': 0,
'no-class-assign': 2,

@@ -201,0 +201,0 @@ 'no-const-assign': 2,

{
"name": "eslint-config-mzgol",
"version": "0.0.7",
"version": "0.0.8",
"description": "ESLint config for projects written by mzgol",

@@ -5,0 +5,0 @@ "main": "eslint-config-mzgol.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