250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- swiperOption
- realIndex
- classlist
- slidePerGroup
- display
- vscode
- vue2
- swiper
- activeIndex
- javascirpt
- eslint
- querySelector
- watchOverflow
- CORS
- slideChange
- js
- archiver
- eslint prettier
- Vue
- jquery
- JavaScript
- 인덱스
- error
- css
- v-bind
- centerSlides
- slidePerView
- loop:true
- index
- prettier
Archives
- Today
- Total
목록vscode (1)
코딩하는 둥둥

Delete '␍' Replace '......' with '↹↹' Replace '⏎⏎}' with '};' ␍ : Carriage Return의 약자로 현재 라인에 커서를 뒀다가 맨 앞으로 옮기는것을 말한다. ↹ : tab .. : space ⏎ : enter 이 오류는 eslint와 prettier가 충돌해서 발생하는 것으로, prettier 2.0 이상부터 endOfLine 기본 옵션이 'auto'에서 'if'로 변경되어 발생하는 에러라고 한다. 해결 방법 1. eslint.js에 endOfLine: "auto" 작성 (사용 불가) 구글링 결과 .esLint.js 또는 .eslint.json에 다음과 같은 문구 를 추가하면 해결 할 수 있다는 글이 대다수 였으나, 나의 경우 이미 상용화된 프로젝트..
IDE/VSCode
2023. 1. 15. 16:59