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.6 to 3.0.0-alpha.7

11

index.js
import eslintConfigPrettier from "eslint-config-prettier";
import globals from "globals";
import js from "@eslint/js";
import jsdoc from "eslint-plugin-jsdoc";
export default [
js.configs.recommended,
jsdoc.configs["flat/recommended-typescript-flavor"],
eslintConfigPrettier,
{
files: ["**/*.js"],
plugins: {
jsdoc,
},
rules: {
"jsdoc/check-types": "warn",
},
},
{
languageOptions: {

@@ -21,0 +10,0 @@ globals: {

3

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

@@ -14,3 +14,2 @@ "main": "index.js",

"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.9",
"globals": "^15.4.0",

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