From 649dd5f4c67ea72374b1b0092b3eae402b3a992e Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Thu, 5 Apr 2018 15:41:55 +0200 Subject: [PATCH] feat: make Flow linting possible With this change it's possible to lint Flow based modules. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5a364b02..aa029dc96 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "documentation": "^5.3.3", "es6-promisify": "^5.0.0", "eslint": "^4.13.0", - "eslint-config-aegir": "^1.0.1", + "eslint-config-aegir": "git+https://github.com/ipfs/eslint-config-aegir#flow", "execa": "^0.8.0", "filesize": "^3.5.11", "findup-sync": "^2.0.0",