summary refs log tree commit diff
path: root/.prettierrc
blob: cf69bed0233ac254b047644b1e113adc95f6239b (plain) (blame)
1
2
3
4
5
6
7
8
{
	"tabWidth": 4,
	"useTabs": true,
	"printWidth": 140,
	"trailingComma": "none",
	"pluginSearchDirs": ["./node_modules"],
	"plugins": ["prettier-plugin-organize-imports"]
}