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

Block or report socker210

Report abuse

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

Report abuse

Pinned Loading

  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