From cd587ea736ec6aade7959b9f058102b72866b36c Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Tue, 24 Aug 2021 15:06:20 +0300 Subject: [PATCH] ci: fix --- frontend/package.json | 5 ++--- frontend/yarn.lock | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index eb7dd86..9602908 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,6 +9,7 @@ "@uiw/react-codemirror": "^3.1.0", "axios": "^0.21.1", "codemirror": "^5.62.3", + "eslint-config-react-app": "^6.0.0", "history": "^5.0.1", "ipaddr.js": "^2.0.1", "lodash": "^4.17.21", @@ -32,9 +33,7 @@ "homepage": "/app", "proxy": "http://localhost:4000", "eslintConfig": { - "extends": [ - "react-app" - ] + "extends": "react-app" }, "browserslist": { "production": [ diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 93e10d0..3c132ee 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -7138,6 +7138,7 @@ __metadata: "@uiw/react-codemirror": ^3.1.0 axios: ^0.21.1 codemirror: ^5.62.3 + eslint-config-react-app: ^6.0.0 history: ^5.0.1 ipaddr.js: ^2.0.1 lodash: ^4.17.21