.prettierrc.js 132 B

12345678
  1. module.exports = {
  2. semi: false,
  3. trailingComma: "es5",
  4. singleQuote: false,
  5. printWidth: 80,
  6. useTabs: false,
  7. tabWidth: 2
  8. }