Skip to content
.prettierrc.js 89 B
Newer Older
module.exports = {
  semi: true,
  singleQuote: true,
  tabWidth: 4,
  useTabs: true,
};