qmmr

502
reputation
1
5
17
import { List } from 'immutable'

const profile = (config => ({
  name: 'Marcin Kumorek',
  username: 'qmmr',
  email: 'makumo.dev@gmail.com',
  location: 'Kraków',
  position: 'Front-end Engineer',
  hobbies: [
    'travelling ✈️',
    'cars ️',
    'coding '
  ],
  ...config
})({
  language: 'JavaScript',
  libraries: List.of(
    'React', 'Redux', 'Recompose', 'Immutable', 'GraphQL', 'Lodash', 'Jest', 'RTL', 'Playwright'
  ),
  semicolons: !!0,
})