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