/ .prettierrc
.prettierrc
1  {
2  	"printWidth": 140,
3  	"singleQuote": true,
4  	"semi": true,
5  	"useTabs": true
6  }