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

eslint-config-mm

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mm - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

10

es6.js

@@ -18,12 +18,12 @@ 'use strict';

'no-confusing-arrow': 2,
'no-var': 1,
'object-shorthand': [1, 'never'],
'prefer-arrow-callback': 1,
'no-var': 2,
'object-shorthand': [2, 'never'],
'prefer-arrow-callback': 2,
'prefer-const': 2,
// Can't use rest params yet: https://github.com/nodejs/node/issues/5411
// 'prefer-rest-params': 1,
'prefer-spread': 1,
'prefer-template': 1,
'prefer-spread': 2,
'prefer-template': 2,
'template-curly-spacing': [2, 'never']
}
};
{
"name": "eslint-config-mm",
"version": "1.0.2",
"version": "1.1.0",
"description": "Eslint rules for Matchminds projects @ Enrise",

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