// https://prettier.io/docs/en/configuration.html module.exports = { printWidth: 140, tabWidth: 2, singleQuote: true, trailingComma: 'all', };