Skip to content
Snippets Groups Projects
prettier.config.js 163 B
Newer Older
  singleQuote: true,
  trailingComma: 'all',
  printWidth: 100,
  'color-hex-case': 'upper',
  arrowParens: 'avoid',
};