summaryrefslogtreecommitdiff
path: root/.prettierrc
blob: bfc1911a3fc98d9463af105d6f7abbdedbce8064 (plain)
1
2
3
4
5
6
{
	"arrowParens": "avoid",
	"printWidth": 120,
	"semi": false,
	"useTabs": true
}