prettier์์ format ๋์์์ ์ ์ธํ ์ค์ ํ์ผ์ ๊ฒฝ๋ก๋ฅผ ์ง์ ํ ์ ์๋ ์ต์ ์ด๋ค.
์์ :
{ "scripts": { "format:fix": "prettier --write --ignore-path .gitignore ." } }
Last updated 1 year ago