@eox/eslint-config
Advanced tools
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, | ||
}, | ||
}, | ||
}, | ||
]; |
{ | ||
"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" | ||
} | ||
} |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
3707
25
6
1
+ Addedglobals@^15.4.0
+ Addedglobals@15.15.0(transitive)