From 251db9f219579e5cc138f033ca2a3d1275129ae6 Mon Sep 17 00:00:00 2001 From: Daniel Fridkin Date: Fri, 13 Mar 2020 13:48:18 -0400 Subject: [PATCH] Add eslint-plugin-flowtype@3.x --- template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/template.json b/template.json index 6bf86de..fdf0f7a 100644 --- a/template.json +++ b/template.json @@ -16,6 +16,7 @@ "axios": "^0.19.2", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.0", + "eslint-plugin-flowtype": "3.x", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.18.3", "node-sass": "^4.13.1",