Prettier 程式碼排版

Node.js Prettier 程式碼排版
npm i prettier

package.json

{
  "scripts" : {
    "prettier" : "prettier -w src/"
  }
}

參考資料