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.16 to 0.0.17

4

eslint-config-mgol.js

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

'no-obj-calls': 'error',
'no-prototype-builtins': 'error',
'no-regex-spaces': 'error',

@@ -190,2 +191,3 @@ 'no-sparse-arrays': 'error',

'object-curly-spacing': ['error', 'never'],
'object-property-newline': ['error', {allowMultiplePropertiesPerLine: true}],
'one-var': ['error', {initialized: 'never'}],

@@ -209,2 +211,3 @@ 'one-var-declaration-per-line': 'off', // I don't use this declaration style

'spaced-comment': 'error',
'unicode-bom': ['error', 'never'],
'wrap-regex': 'off',

@@ -229,2 +232,3 @@

'no-useless-constructor': 'error',
'no-useless-rename': 'error',
'object-shorthand': 'error',

@@ -231,0 +235,0 @@ 'prefer-arrow-callback': 'error',

4

package.json
{
"name": "eslint-config-mgol",
"version": "0.0.16",
"version": "0.0.17",
"description": "ESLint config for projects written by mgol",

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

"devDependencies": {
"eslint": "2.9.0",
"eslint": "2.11.1",
"eslint-find-rules": "1.9.2"

@@ -32,0 +32,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