From b936bdfad1f66b996bd3117955a398ffe77b0d1c Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 13 Sep 2017 08:10:10 +0200 Subject: [PATCH] Add support for eslint-plugin-prettier --- plugins.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins.json b/plugins.json index 6861375..f18efcf 100644 --- a/plugins.json +++ b/plugins.json @@ -26,6 +26,7 @@ "no-unsanitized": "mozilla", "no-use-extend-native": "dustinspecker", "node": "mysticatea", + "prettier": "https://github.com/prettier/eslint-plugin-prettier#options", "promise": "https://github.com/xjamundx/eslint-plugin-promise#RULENAME", "protractor": "alecxe", "react": "yannickcr",