From c3214c8d1186c3400ee9bfc2fe8b67a966785626 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Sat, 20 Jun 2020 11:39:01 -0400 Subject: [PATCH] Downgrade eslint to 7.2.0 Until this is resolved: https://github.com/airbnb/javascript/issues/2227 --- package.json | 2 +- src/components/Presentation/DataTable.vue | 1 - tests/unit/Search.spec.js | 1 - tests/unit/utils.js | 1 - yarn.lock | 21 +++++++-------------- 5 files changed, 8 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 5831d49d..1b11c3ba 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "axios-mock-adapter": "^1.18.1", "babel-eslint": "^10.0.3", "babel-jest": "^26.0.1", - "eslint": "^7.3.0", + "eslint": "7.2.0", "eslint-plugin-import": "^2.21.2", "eslint-plugin-vue": "^6.1.2", "sass": "^1.26.8", diff --git a/src/components/Presentation/DataTable.vue b/src/components/Presentation/DataTable.vue index 43419358..aa1ce13c 100644 --- a/src/components/Presentation/DataTable.vue +++ b/src/components/Presentation/DataTable.vue @@ -169,7 +169,6 @@ export default { -