/** * Config for Prettier, to automatically format code. See https://prettier.io/ */ module.exports = { semi: true, trailingComma: 'none', singleQuote: true, printWidth: 120, tabWidth: 4 };