/* eslint-disable */ // // prettier.config.js or .prettierrc.js module.exports = { jsxBracketSameLine: true, jsxSingleQuote: true, printWidth: 100, tabWidth: 2, singleQuote: true, arrowParens: 'always', quoteProps: 'consistent', bracketSpacing: true, trailingComma: 'es5', proseWrap: 'never', endOfLine: 'lf', };