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