summaryrefslogtreecommitdiff
path: root/frontend/.prettierrc.js
blob: 5f13e468a79200e75c1979e0c4e87a8e78f37a86 (plain)
1
2
3
4
module.exports = {
  singleQuote: true,
  printWidth: 80,
};