diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-17 23:20:56 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-17 23:20:56 +0300 |
commit | 7f69fc6b1ee0ef43244785b4319dd53751ad74af (patch) | |
tree | ff722e9a388fdd2dc73461e9ef6a22be67863df1 /package.json | |
parent | 802224efd3eabc428f4d91d6e21c19fc0b7f9db1 (diff) | |
download | eslint-config-7f69fc6b1ee0ef43244785b4319dd53751ad74af.tar.xz eslint-config-7f69fc6b1ee0ef43244785b4319dd53751ad74af.zip |
Updated ESLint 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 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", |