aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTing Shu Lin <[email protected]>2020-12-25 20:52:37 +0900
committerGitHub <[email protected]>2020-12-25 20:52:37 +0900
commit2631c285f816358982b1fa192c56814e21ee4f9d (patch)
treee6932792292a56d53b5538811b76f6d04193b229 /package.json
parentMajor typescript eslint monorepo and eslint rule (#9) (diff)
downloadholo-schedule-2631c285f816358982b1fa192c56814e21ee4f9d.tar.xz
holo-schedule-2631c285f816358982b1fa192c56814e21ee4f9d.zip
Update eslint packages (#10)
* Update dependency eslint-config-standard to v16 * Upgrade all eslint related packages Co-authored-by: Renovate Bot <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 60caecb..641f821 100644
--- a/package.json
+++ b/package.json
@@ -21,12 +21,12 @@
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
- "eslint": "^7.5.0",
- "eslint-config-standard": "^14.1.1",
- "eslint-plugin-import": "^2.22.0",
+ "eslint": "^7.16.0",
+ "eslint-config-standard": "^16.0.0",
+ "eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.1",
+ "eslint-plugin-standard": "^5.0.0",
"typescript": "^4.0.0"
},
"scripts": {