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

eslint-config-mgol

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mgol - npm Package Compare versions

Comparing version 0.0.38 to 0.0.39

14

eslint-config-mgol.js

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

'lines-around-comment': 'off',
'lines-around-directive': ['error', 'always'],
'linebreak-style': 'off',

@@ -211,4 +210,2 @@ 'max-depth': 'off',

'new-parens': 'error',
'newline-after-var': 'off',
'newline-before-return': 'off',
'newline-per-chained-call': ['error', {ignoreChainWithDepth: 4}],

@@ -264,3 +261,6 @@ 'no-array-constructor': 'error',

'padded-blocks': 'off',
'padding-line-between-statements': 'off',
'padding-line-between-statements': ['error',
{blankLine: 'always', prev: 'directive', next: '*'},
{blankLine: 'always', prev: 'import', next: ['const', 'let', 'class', 'block-like']},
],
'quote-props': ['error', 'as-needed'],

@@ -324,9 +324,3 @@ quotes: ['error', 'single'],

'yield-star-spacing': ['error', 'after'],
// Deprecated
'no-native-reassign': 'off',
'no-negated-in-lhs': 'off',
'no-spaced-func': 'off',
'prefer-reflect': 'off',
},
};
{
"name": "eslint-config-mgol",
"version": "0.0.38",
"version": "0.0.39",
"description": "ESLint config for projects written by mgol",

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