React

yarn CRA(create-react-app) ํŒŒ์ผ ์ˆ˜์ • ์‹œ ์˜ค๋ฅ˜ ํ•ด๊ฒฐ

presentKey 2023. 12. 11. 01:29

๐Ÿšฉ ์˜ค๋ฅ˜

yarn์œผ๋กœ CRA ๋ฆฌ์•กํŠธ ํ”„๋กœ์ ํŠธ๋ฅผ ๋งŒ๋“  ๋’ค, ํŒŒ์ผ์„ ์ˆ˜์ •ํ•˜๋ฉด ๋‹ค์Œ๊ณผ ๊ฐ™์€ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•ฉ๋‹ˆ๋‹ค.

 

๐Ÿšฉ ํ•ด๊ฒฐ

1. yarn add -D eslint-config-react-app

2. ํ”„๋กœ์ ํŠธ ๊ฐ€์žฅ ์ƒ์œ„์— .yarnrc.yml ํŒŒ์ผ ์ƒ์„ฑ ํ›„ ๋‹ค์Œ ๋‚ด์šฉ ๋ถ™์—ฌ๋„ฃ๊ธฐ

packageExtensions:
  react-scripts@*:
    peerDependencies:
      eslint-config-react-app: '*'

3. yarn cache clean

4. yarn install