From 7f69fc6b1ee0ef43244785b4319dd53751ad74af Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 18 Jun 2020 00:20:56 +0400 Subject: Updated ESLint rules Signed-off-by: Valentin Popov --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index f5f00a1..a740a2f 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "@rollup/plugin-typescript": "^4.1.2", "@types/node": "^14.0.13", "@typescript-eslint/eslint-plugin": "^3.3.0", - "@typescript-eslint/parser": "^2.34.0", - "eslint": "^6.8.0", + "@typescript-eslint/parser": "^3.3.0", + "eslint": "^7.2.0", "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-security": "^1.4.0", @@ -30,8 +30,8 @@ }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^3.3.0", - "@typescript-eslint/parser": "^2.34.0", - "eslint": "^6.8.0", + "@typescript-eslint/parser": "^3.3.0", + "eslint": "^7.2.0", "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-security": "^1.4.0", -- cgit v1.2.3