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

eslint-config-reverentgeek

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-reverentgeek - npm Package Compare versions

Comparing version 2.2.0 to 3.0.0

4

.eslintrc.js

@@ -0,4 +1,6 @@

"use strict";
module.exports = {
root: true,
extends: [ "./node.js" ]
}
};

@@ -22,2 +22,3 @@ "use strict";

"object-curly-spacing": [ "error", "always" ],
"quote-props": [ "error", "as-needed" ],
quotes: [ "error", "double" ],

@@ -24,0 +25,0 @@ semi: [ "error", "always" ],

@@ -10,4 +10,4 @@ "use strict";

rules: {
"strict": [ "error", "global" ]
strict: [ "error", "global" ]
}
};
{
"name": "eslint-config-reverentgeek",
"version": "2.2.0",
"version": "3.0.0",
"description": "ESLint rules that ReverentGeek likes :)",

@@ -21,4 +21,4 @@ "main": "index.js",

"devDependencies": {
"eslint": "^6.8.0"
"eslint": "^7.2.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