Skip to content

Commit

Permalink
Setup : server eslint no-param-reassign 설정해제
Browse files Browse the repository at this point in the history
상세:
- no-param-reassign 서버에서 설정해제
- socket 자체에 키값 할당 할 수 있기 위해 해제
 #85
  • Loading branch information
younguna committed Nov 26, 2019
1 parent c6e0c61 commit 58ebe0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"linebreak-style": 0,
"no-restricted-globals": 0,
"class-methods-use-this": 0,
"no-plusplus": 0
"no-plusplus": 0,
"no-param-reassign": 0
}
}

0 comments on commit 58ebe0f

Please sign in to comment.