optimization / frontends /react /.prettierrc
joel-woodfield's picture
Refactor file structure
7b67454
{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"plugins": ["prettier-plugin-tailwindcss"]
}