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": {