aboutsummaryrefslogtreecommitdiff
path: root/viewer/.prettierrc.js
blob: ee0cb9b7f4e915fd26936bfdb84f3660b330a8f5 (plain)
1
2
3
4
5
6
7
8
9
module.exports = {
  trailingComma: "es5",
  tabWidth: 2,
  useTabs: false,
  singleQuote: false,
  printWidth: 120,
  bracketSpacing: true,
  arrowParens: "avoid",
};