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.14 to 0.0.15

2

eslint-config-mgol.js

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

'use-isnan': 'error',
'no-unsafe-finally': 'error',
'valid-jsdoc': 'off', // TODO enable?

@@ -224,2 +225,3 @@ 'valid-typeof': 'error',

'no-var': 'error',
'no-useless-computed-key': 'error',
'no-useless-constructor': 'error',

@@ -226,0 +228,0 @@ 'object-shorthand': 'error',

9

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

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

"devDependencies": {
"eslint": "2.7.0",
"lodash": "4.8.2"
"eslint": "2.9.0",
"eslint-find-rules": "1.9.2"
},
"scripts": {
"test": "./scripts/find-new-rules.js && eslint ."
"pretest": "eslint-find-rules -u",
"test": "eslint ."
}
}
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