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

@medanat/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medanat/eslint-config - npm Package Compare versions

Comparing version 5.3.2 to 5.3.3

8

index.js

@@ -101,3 +101,9 @@ module.exports = {

'no-undef-init': 1,
'no-unused-vars': [1, { vars: 'all', args: 'after-used', argsIgnorePattern: '^_', ignoreRestSiblings: true }],
'no-unused-vars': [1, {
args: 'after-used',
argsIgnorePattern: '^_',
ignoreRestSiblings: true,
vars: 'all',
varsIgnorePattern: '^_'
}],
'no-use-before-define': 1,

@@ -104,0 +110,0 @@

4

package.json
{
"name": "@medanat/eslint-config",
"version": "5.3.2",
"version": "5.3.3",
"description": "Opinionated eslint configuration",

@@ -30,3 +30,3 @@ "private": false,

},
"gitHead": "d6990bbad7917c296aeeaee5f4f15c1394284496"
"gitHead": "3a8b8a44d62c9f084ac2eb8acd4fac8868a96634"
}
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