Revision a785c044a9341a8e216957014afda18eacd384a4 authored by Santiago on 28 June 2023, 20:05:10 UTC, committed by Santiago on 28 June 2023, 20:05:10 UTC
1 parent be8b10f
Raw File
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top