From 9a16ae7a193876bd3b95d34a888fb25d6e8e7b71 Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Thu, 1 Mar 2018 13:40:17 -0500 Subject: [PATCH] TEMP4 --- .eslintrc.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index ccd787fa7..05680ba9e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,19 +4,14 @@ "airbnb", "plugin:import/electron", "plugin:flowtype/recommended", - "plugin:prettier/recommended" + "prettier" ], "settings": { "import/resolver": { "webpack": { "config": "webpack.renderer.additions.js" } - }, - "prettier/prettier": ["error", null, { - "trailingComma": "es5", - "printWidth": 100, - "singleQuote": true - }] + } }, "parser": "babel-eslint", "env": { @@ -33,6 +28,7 @@ "rules": { "import/no-commonjs": "warn", "import/no-amd": "warn", - "func-names": ["warn", "as-needed"] + "func-names": ["warn", "as-needed"], + "prettier/prettier": "error" } }