[TIL] 1206
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/
vscode에 eslint와 prettier 설정하기 | NOT_NULL
eslint airbnb-base와 prettier로 코드 규약을 맞추고 스타일링하는 방법을 정리한다
sunmon.github.io
{
"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
What is Web3
So this brings us to the next stage of the internet, Web 3.0. What is Web 3.0 and what changes will it bring to the internet as we know it today? Many people say that 3.0 combines the decentralized, community-governed ethos of Web1 with the advanced, moder
www.certik.io
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 |