From cecafaffd6aafff6ff83c23302141c7e33ab3455 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 20 Jun 2020 18:35:44 +0200 Subject: [PATCH] Rollback to eslint 7.2.0 https://github.com/eslint/eslint/issues/13427 --- .eslintrc.json | 1 + package.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 27fe6fc6f..d4a3a6bcf 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -13,6 +13,7 @@ "key-spacing": "off", "no-bitwise": "off", "no-else-return": "off", + "no-multiple-empty-lines": "off", "no-plusplus": "off", "no-restricted-properties": "off", "no-underscore-dangle": "off", diff --git a/package.json b/package.json index b057e51bd..77f704aac 100644 --- a/package.json +++ b/package.json @@ -53,9 +53,9 @@ "babel-eslint": "^10.0.3", "cpx": "^1.5.0", "date-fns": "^2.9.0", - "eslint": "^7.2.0", - "eslint-config-airbnb-base": "^14.0.0", - "eslint-plugin-import": "^2.18.2", + "eslint": "7.2.0", + "eslint-config-airbnb-base": "^14.2.0", + "eslint-plugin-import": "^2.21.2", "jsdoc": "^3.6.3", "live-server": "^1.2.0", "marked": "^1.0.0",