prettier automatically refactor code example
Example 1: disable prettier
To disable prettier for some specific part of a file
Read-> https://prettier.io/docs/en/ignore.html#ignoring-files
Example 2: prettier code formatter is removing ;
{ "trailingComma":"none", "tabWidth": 4, "semi": true, "singleQuote": false}