Closed sassansh closed 3 years ago
Prettied all files using prettier, if you want it to work the same on you machine turn on format on save in VS Code and add the settings below:
Prettier settings in VS Code's settings.json:
"prettier.singleQuote": true, "prettier.jsxSingleQuote": true, "prettier.trailingComma": "none",
Prettied all files using prettier, if you want it to work the same on you machine turn on format on save in VS Code and add the settings below:
Prettier settings in VS Code's settings.json: