From 47989ffb5bef089ddc05a1e36cc0a3a60ab300ac Mon Sep 17 00:00:00 2001 From: Nicolas Beaussart Date: Tue, 4 Feb 2020 15:16:48 +0100 Subject: [PATCH] :wrench: update eslint to use prettier --- .eslintrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 7b84619..ceaea7e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,6 +1,7 @@ { "extends": [ "oclif", - "oclif-typescript" + "oclif-typescript", + "plugin:prettier/recommended" ] -} +} \ No newline at end of file