.prettierrc.js 141 B

12345678
  1. module.exports = {
  2. semi: true,
  3. trailingComma: 'all',
  4. singleQuote: true,
  5. printWidth: 200,
  6. tabWidth: 2,
  7. useTabs: false,
  8. };