We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project와 week과 상관없이 계속해서 사용되고 reference되는 이슈
The text was updated successfully, but these errors were encountered:
Setup : no-restricted-globals eslint rule 변경
6071ccd
상세 : - 이유 : airbnb eslint rule에서 글로벌 함수사용을 제한하여 no-restricted-globals rule 비활성화 #85
Setup : eslint rule 변경
1673f31
이유 : class내부의 함수에서 this 키워드를 쓰지 않을 수도 있기 때문에 class-methods-use-this rule 비활성화 #85
Setup : eslint룰 no-plusplus를 해제함
ece80f5
상세: i++를 가능하게 변경 #85
Setup : eslint 설정 변경
06d082b
상세: - client/server workspace에서 eslint no-undef 해제 이유: - jest는 글로벌로 작동하기 때문에 따로 임포트하여 사용하지 않음 #127 #85
Setup : server eslint no-param-reassign 설정해제
58ebe0f
상세: - no-param-reassign 서버에서 설정해제 - socket 자체에 키값 할당 할 수 있기 위해 해제 #85
younguna
OriginJang
mosball
JeongHyeonJo
No branches or pull requests
Project와 week과 상관없이 계속해서 사용되고 reference되는 이슈
The text was updated successfully, but these errors were encountered: