From 9e1365f412499f23864e4a7cef2c12fed9428095 Mon Sep 17 00:00:00 2001 From: Lucas Cordeiro Date: Mon, 10 Jun 2019 07:42:08 -0300 Subject: [PATCH] chore: set prettier to error lint --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index b3fdf92c3..3127f640e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -13,7 +13,7 @@ "prettier" ], "rules": { - "prettier/prettier": "warn", + "prettier/prettier": "error", "no-unused-vars": "off", "@typescript-eslint/no-unused-vars": "warn", "strict": 0,