aboutsummaryrefslogtreecommitdiff
path: root/prettier.config.js
blob: 98476bb655f0cefde7de5aad8a486ce8d8b6eb05 (plain)
1
2
3
4
5
6
module.exports = {
  arrowParens: 'always',
  printWidth: 100,
  singleQuote: true,
  tabWidth: 2
};