From 7a2a8aa3ee5e481798f8dcdf34348760216eba0f Mon Sep 17 00:00:00 2001 From: Steffen Ernst Date: Thu, 10 Jun 2021 08:58:09 +0200 Subject: [PATCH] add eslint config dependency --- template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/template.json b/template.json index ef9e276..07e7e09 100644 --- a/template.json +++ b/template.json @@ -14,6 +14,7 @@ "eslint": "^7.21.0", "eslint-config-airbnb-typescript": "^12.3.1", "eslint-config-prettier": "^7.2.0", + "eslint-config-react-app": "^6.0.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.22.0",