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
3
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 1.2.0 to 1.3.0

examples/importSort.bad.js

3

.eslintrc.js

@@ -20,3 +20,3 @@ // shareable configs that have dependencies are not yet supported by

extends: ["eslint-config-airbnb", "eslint:recommended"],
plugins: [],
plugins: ["simple-import-sort"],
overrides: [

@@ -64,2 +64,3 @@ {

],
"simple-import-sort/imports": "error",
},

@@ -66,0 +67,0 @@ settings: {

{
"name": "@genie-solutions/eslint-config-genie",
"version": "1.2.0",
"version": "1.3.0",
"description": "Standard eslint config for Genie Solutions projects",

@@ -24,2 +24,3 @@ "main": ".eslintrc.js",

"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.5.1",

@@ -26,0 +27,0 @@ "typescript": "^4.3.2"

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