[TIL] 1206
IT/TIL(Today I Learnt)2021. 12. 7. 02:25
Today I Learnt
1206
[V ] Opendoor API
- Login
[V ] instagram API
[V ] Eslint
API를 기가막히게 만들었는데, 공유할 수가 없네 이런..
저번에 설정한거가 새로운 프로젝트에서는 설정이 안 된다
default로 되는 건 줄 알았는데?
아래 글을 보면 -global option으로 설치하니깐 다음에도 설정되겠지?
설정 후 airbnbb-base 포맷으로 설정 + 내가 필요한 설정을 eslint.json 에 적어놓았다
나중에 필요하면 다시 와서 베껴 쓰게...
https://sunmon.github.io/vscode-eslint-prettier-setting/
더보기
{
"env": {
"browser": true,
//"commonjs": true,
"es2021": true,
"node": true // require is not defined
},
"extends": ["eslint:recommended","airbnb-base"],
"parserOptions": {
"ecmaVersion": 11,
"sourceType": "module"
},
"rules": {
"indent": ["error", 4]
}
}
이번 주 해야 할 것:
라이브러리나 다른 사람의 코드를 어떻게 뜯어보는 게 효율적인지 찾아보자.
정신 차리고 살자. 목요일 상현이 형한테 털릴 준비를 하자.
Web 3.0 Explanation
https://www.certik.com/resources/blog/technology/Web3#home
good 2022 estimation of new technology
Good app /serivce idea +
new tech / IDE
https://www.youtube.com/watch?v=LOpFYMPXqE4
반응형
'IT > TIL(Today I Learnt)' 카테고리의 다른 글
[TIL] 1214. (1) | 2021.12.14 |
---|---|
[TIL] 2109 (0) | 2021.12.12 |
[TIL] 1203 (0) | 2021.12.04 |
[TIL] 1201 Progress (4) | 2021.12.02 |
[TIL] 1130 NFT domain (0) | 2021.12.01 |
댓글()