.prettierrc.js 160 B

12345678
  1. module.exports = {
  2. useTabs: true,
  3. singleQuote: true,
  4. trailingComma: 'all',
  5. printWidth: 140,
  6. plugins: ['prettier-plugin-svelte'],
  7. arrowParens: 'avoid',
  8. };