.prettierrc.cjs 131 B

12345678
  1. module.exports = {
  2. singleQuote: true,
  3. semi: false,
  4. printWidth: 100,
  5. trailingComma: none,
  6. tabWidht: 2,
  7. endOfLine: 'lf'
  8. }