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

@eox/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eox/eslint-config - npm Package Compare versions

Comparing version 3.0.0-alpha.2 to 3.0.0-alpha.3

10

index.js

@@ -0,3 +1,4 @@

import eslintConfigPrettier from "eslint-config-prettier";
import globals from "globals";
import js from "@eslint/js";
import eslintConfigPrettier from "eslint-config-prettier";
import jsdoc from "eslint-plugin-jsdoc";

@@ -18,2 +19,9 @@

},
{
languageOptions: {
globals: {
...globals.browser,
},
},
},
];

3

package.json
{
"name": "@eox/eslint-config",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "EOX Prettier and ESLint config for Vue.js projects",

@@ -15,4 +15,5 @@ "main": "index.js",

"eslint-plugin-jsdoc": "^48.2.9",
"globals": "^15.4.0",
"prettier": "^3.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