Skip to content
View socker210's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Seoul, Republic of Korea
Block or Report

Block or report socker210

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. eslint-config-forme eslint-config-forme Public

    JavaScript

  2. socker210.github.io socker210.github.io Public

    개인 μ›ΉνŽ˜μ΄μ§€

    TypeScript 1

  3. with-breakpoints with-breakpoints Public

    CSS media queries in react, for build a responsive design as you want

    JavaScript

  4. ESLint configuration of ts & js ESLint configuration of ts & js
    1
    module.exports = {
    2
      parser: '@typescript-eslint/parser',
    3
      parserOptions: {
    4
        ecmaVersion: 6,
    5
        sourceType: 'module',
  5. baekjoon baekjoon Public

    μžλ£Œκ΅¬μ‘°μ™€ μ•Œκ³ λ¦¬μ¦˜μ„ 곡뢀

    C++ 1

  6. createChainedFunction createChainedFunction
    1
    /**
    2
     * @see https://github.com/react-bootstrap/react-bootstrap/blob/master/src/createChainedFunction.tsx
    3
     */
    4
    function createChainedFunction(...funcs) {
    5
      return funcs