New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@roadmunk/eslint-config-roadmunk

Package Overview
Dependencies
Maintainers
8
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roadmunk/eslint-config-roadmunk - npm Package Compare versions

Comparing version 2.0.8 to 3.0.0

8

index.js

@@ -13,2 +13,6 @@ module.exports = {

plugins : [
'@roadmunk/roadmunk-custom',
],
rules : {

@@ -111,3 +115,7 @@ // Possible Errors

'object-shorthand' : [ 'warn', 'properties' ],
// Roadmunk's custom rules
'@roadmunk/roadmunk-custom/no-lodash-isnull' : 'error',
'@roadmunk/roadmunk-custom/no-lodash-isundefined' : 'error',
},
};

8

package.json
{
"name": "@roadmunk/eslint-config-roadmunk",
"version": "2.0.8",
"version": "3.0.0",
"description": "This holds the base Roadmunk shop standard ESLint configuration file.",

@@ -21,3 +21,7 @@ "license": "MIT",

},
"author": "Roadmunk"
"author": "Roadmunk",
"devDependencies": {
"@roadmunk/eslint-plugin-roadmunk-custom": "^1.0.2",
"eslint": "^4.19.1"
}
}

@@ -9,3 +9,3 @@ This holds the base Roadmunk shop standard ESLint configuration file.

"devDependencies" : {
"@roadmunk/eslint-config-roadmunk": "^2.0.8",
"@roadmunk/eslint-config-roadmunk": "^3.0.0",
}

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