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.18 to 0.0.19

README.md

9

eslint-config-mgol.js

@@ -166,3 +166,6 @@ 'use strict';

'linebreak-style': 'off',
'max-len': ['error', 100, 4, {ignoreUrls: true}],
'max-lines': 'off',
'max-nested-callbacks': 'off',
'multiline-ternary': 'error',
'new-cap': 'off',

@@ -177,4 +180,5 @@ 'new-parens': 'error',

'no-lonely-if': 'error',
'no-mixed-operators': 'error',
'no-mixed-spaces-and-tabs': 'error',
'no-multiple-empty-lines': ['error', {max: 2}],
'no-multiple-empty-lines': ['error', {max: 2, maxEOF: 1}],
'no-nested-ternary': 'error',

@@ -191,2 +195,3 @@ 'no-negated-condition': 'error',

'no-unneeded-ternary': 'error',
'object-curly-newline': 'off',
'object-curly-spacing': ['error', 'never'],

@@ -240,2 +245,3 @@ 'object-property-newline': ['error', {allowMultiplePropertiesPerLine: true}],

'prefer-template': 'error',
'rest-spread-spacing': ['error', 'never'],
'require-yield': 'off',

@@ -247,3 +253,2 @@ 'template-curly-spacing': ['error', 'always'],

'max-depth': 'off',
'max-len': ['error', 100, 4, {ignoreUrls: true}],
'max-params': 'off',

@@ -250,0 +255,0 @@ 'max-statements': 'off',

{
"name": "eslint-config-mgol",
"version": "0.0.18",
"version": "0.0.19",
"description": "ESLint config for projects written by mgol",

@@ -29,4 +29,4 @@ "main": "eslint-config-mgol.js",

"devDependencies": {
"eslint": "2.11.1",
"eslint-find-rules": "1.9.2"
"eslint": "3.1.1",
"eslint-find-rules": "1.11.1"
},

@@ -33,0 +33,0 @@ "scripts": {

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