jpotw / jest_playground

0 stars 0 forks source link

`eslintrc.json` 대신 `eslint.config.js` 쓰기 #1

Open jpotw opened 2 months ago

jpotw commented 2 months ago

ref: ESLint v9.8.0 official docs

The ESLint configuration file may be named any of the following: eslint.config.js eslint.config.mjs eslint.config.cjs

기존에는 eslintrc를 사용했지만 현재 추천되는 파일명은 eslint.config.js라고 함.

이미 eslintrc.json으로 만들었다면 migration 가이드도 있음: https://eslint.org/docs/latest/use/configure/migration-guide

나는 아직 안 만들었으니 eslintrc.json 파일 삭제하고 eslint.cong.js로 쓰겠음.

jpotw commented 2 months ago

cf: https://eslint.org/docs/latest/use/configure/migration-guide#predefined-and-shareable-configs

jpotw commented 2 months ago

commit: 2138388c7ad2cc0ecede74eaa27245cc3f59fe86