aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTing Shu Lin <[email protected]>2020-12-25 20:38:21 +0900
committerGitHub <[email protected]>2020-12-25 20:38:21 +0900
commit6112afa2c6ce52dc18aafdd03998a82f24aea622 (patch)
tree8e4e30460fa65109947f2beb3ec7bfe7683484a0 /package.json
parentUpdate dependency typescript to v4 (#7) (diff)
downloadholo-schedule-6112afa2c6ce52dc18aafdd03998a82f24aea622.tar.xz
holo-schedule-6112afa2c6ce52dc18aafdd03998a82f24aea622.zip
Major typescript eslint monorepo and eslint rule (#9)
* Update typescript-eslint monorepo to v4 * disable rule "no-undef" Co-authored-by: Renovate Bot <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 37e85d4..60caecb 100644
--- a/package.json
+++ b/package.json
@@ -19,8 +19,8 @@
"devDependencies": {
"@types/jsdom": "^16.2.3",
"@types/node": "^14.0.27",
- "@typescript-eslint/eslint-plugin": "^3.7.1",
- "@typescript-eslint/parser": "^3.7.1",
+ "@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",