aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.prettierrc
blob: 910f0844a44c9fb6701ee3b1e66fefb03798cb49 (plain)
1
2
3
4
5
{
  "printWidth": 100,
  "singleQuote": true,
  "plugins": ["prettier-plugin-organize-imports"]
}