/** * @type {import('prettier').Config} */ const config = { arrowParens: "always", printWidth: 100, singleQuote: false, semi: true, tabWidth: 2, }; export default config;