/** * Prettier auto code formatting options * * https://prettier.io/docs/en/options.html */ module.exports = { semi: false, singleQuote: true, printWidth: 80, tabWidth: 2 }