diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-17 20:30:15 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-17 20:33:14 +0300 |
commit | 802224efd3eabc428f4d91d6e21c19fc0b7f9db1 (patch) | |
tree | 80e0e7f5c9e39b424e15dc6f8aee9784d5f48f23 /package.json | |
parent | 65cf95c441aaf9789e00ad68ba0b5fd2bbda4501 (diff) | |
download | eslint-config-802224efd3eabc428f4d91d6e21c19fc0b7f9db1.tar.xz eslint-config-802224efd3eabc428f4d91d6e21c19fc0b7f9db1.zip |
Updated TypeScript rules
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 2471197..f5f00a1 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-typescript": "^4.1.2", "@types/node": "^14.0.13", - "@typescript-eslint/eslint-plugin": "^2.26.0", - "@typescript-eslint/parser": "^2.26.0", + "@typescript-eslint/eslint-plugin": "^3.3.0", + "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-import": "^2.20.2", @@ -29,8 +29,8 @@ "typescript": "^3.9.5" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^2.26.0", - "@typescript-eslint/parser": "^2.26.0", + "@typescript-eslint/eslint-plugin": "^3.3.0", + "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-import": "^2.20.2", |