diff --git a/package.json b/package.json index da79d28..d8b5721 100644 --- a/package.json +++ b/package.json @@ -90,6 +90,19 @@ "transform-flow-strip-types" ] }, + "prettier": { + "printWidth": 80, + "tabWidth": 2, + "useTabs": false, + "semi": true, + "singleQuote": false, + "quoteProps": "as-needed", + "jsxSingleQuote": false, + "trailingComma": "none", + "bracketSpacing": true, + "jsxBracketSameLine": false, + "arrowParens": "avoid" + }, "eslintConfig": { "extends": [ "react-app",