// JetBrains cannot pick up .prettierrc.json correctly, hence we use js config file format here instead module.exports = { arrowParens: 'avoid', bracketSpacing: true, jsxBracketSameLine: false, jsxSingleQuote: false, quoteProps: 'consistent', printWidth: 110, semi: true, singleQuote: true, tabWidth: 2, trailingComma: 'all', };