mysticatea / eslint4b

ESLint which works in browsers.
MIT License
37 stars 19 forks source link

Fix scoped dependencies. #12

Open yfwz100 opened 3 years ago

yfwz100 commented 3 years ago

This PR fix the parsing logic of scoped packages, which should fix #11 .

It will generate package.json with the following changes:

diff --git a/package.json b/package.json
index 39d5be3..750e81f 100644
--- a/package.json
+++ b/package.json
@@ -12,2 +12,3 @@
  "dependencies": {
    "@eslint/eslintrc": "^0.4.3",
    "debug": "^4.0.1",