From ab63f7f48dfed454a0e92c8cd05d1dd35febaf9a Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Thu, 1 Mar 2018 15:16:37 -0500 Subject: [PATCH] Fix Prettier configuration issue with Codacy --- .eslintrc.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 2d095999a..decace25d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,7 +11,12 @@ "webpack": { "config": "webpack.renderer.additions.js" } - } + }, + "prettier/prettier": ["error", { + "trailingComma": "es5", + "printWidth": 100, + "singleQuote": true + }] }, "parser": "babel-eslint", "env": { -- 2.45.2