일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 조건부스타일
- alias설정
- vite
- es6
- 부모요소의 패딩 무시
- CustomHook
- Carousel
- debouncing
- twoarrow
- 서초구보건소 #무료CPR교육
- 리액트
- parent padding
- ignore padding
- BFC
- ?? #null병합연산자
- transition
- useQueryClient
- createPortal
- 화살표2개
- 부모패딩
- ㅡ
- DOM
- QueryClient
- 제어컴포넌트
- 문제해결
- accordian
- 함수형프로그래밍
- react
- BlockFormattingContext
- tailwindCSS
Archives
- Today
- Total
프론트엔드 첫걸음
전역으로 설치된 eslint 없애기 본문
전역으로 eslint를 설치하는 것은 권장되지 않는다고 한다.
It is also possible to install ESLint globally, rather than locally, using npm install eslint --global. However, this is not recommended, and any plugins or shareable configs that you use must still be installed locally if you install ESLint globally.
- 현재 전역적으로 설치된 패키지가 어떤게 있는지 확인하는 방법
- 명령어로 확인
npm list -g --depth=0
- 전역적으로 node_module 설치된 경로로 이동해서 직접 확인
cd /usr/local/lib/node\_modules
ls
- 전역적으로 설치된 eslint 삭제
npm uninstall -g eslint
'로그 > 문제상황' 카테고리의 다른 글
맥 키보드 몇 개만 안 눌리는 에러 (0) | 2024.03.19 |
---|---|
400 에러 발생 문제 해결 (1) | 2023.12.18 |
Strange behavior of an array filled by Array.prototype.fill() (0) | 2022.11.02 |
FirebaseError: Firebase: Error (auth/operation-not-allowed). (0) | 2022.10.20 |
[의문점미해결] inline EventListener에 event넘겨주기 (0) | 2022.08.14 |