Step 3: Now, let's add a command in our package.json's “scripts” property to run Prettier. "scripts": { "format": "prettier --write ...
確定! 回上一頁