Skip to content

Commit

Permalink
chore: remove eslint to optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed May 2, 2022
1 parent 0b5bbf2 commit 418408f
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 193 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,11 @@
"codecov": "^3.8.3",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"eslint": "^8.14.0",
"eslint-config-xo-lass": "^1.0.6",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-node": "^11.1.0",
"express": "^4.18.0",
"express-session": "^1.17.2",
"fixpack": "^4.0.0",
"get-port": "4.2.0",
"husky": "^7.0.4",
"lint-staged": "^12.4.1",
"marked": "^2.0.0",
"mocha": "6.2.2",
"multer": "^1.4.4",
Expand All @@ -71,9 +66,16 @@
"should": "^13.2.3",
"should-http": "^0.1.1",
"tinyify": "^3.0.0",
"xo": "^0.48.0",
"zuul": "^3.12.0"
},
"optionalDependencies": {
"eslint": "^8.14.0",
"eslint-config-xo-lass": "^1.0.6",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-node": "^11.1.0",
"lint-staged": "^12.4.1",
"xo": "^0.48.0"
},
"engines": {
"node": ">=6.4.0 <13 || >=14"
},
Expand Down
Loading

0 comments on commit 418408f

Please sign in to comment.