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

@genie-solutions/eslint-config-genie

Package Overview
Dependencies
Maintainers
10
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@genie-solutions/eslint-config-genie - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

9

.eslintrc.js

@@ -42,2 +42,10 @@ require("eslint-config-airbnb");

"import/extensions": 0,
"@typescript-eslint/no-unused-vars": [
"error",
{ argsIgnorePattern: "^_", ignoreRestSiblings: true },
],
"no-unused-vars": [
"error",
{ argsIgnorePattern: "^_", ignoreRestSiblings: true },
],
},

@@ -58,2 +66,3 @@ settings: {

},
root: true,
env: {

@@ -60,0 +69,0 @@ browser: true,

2

package.json
{
"name": "@genie-solutions/eslint-config-genie",
"version": "0.0.4",
"version": "0.0.5",
"description": "Standard eslint config for Genie Solutions projects",

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