.prettierrc.js 156 B

12345678
  1. module.exports = {
  2. tabWidth: 2,
  3. semi: true,
  4. printWidth: 80,
  5. singleQuote: true,
  6. quoteProps: 'consistent',
  7. htmlWhitespaceSensitivity: 'strict',
  8. }